Skip to content

Commit

Permalink
aaarch64->arm
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-laterman committed Jan 8, 2025
1 parent 8bca31d commit d4870b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ endif
build-releaser: ## - Build a Docker image to run make package including all build tools
ifeq ($(shell uname -p),arm)
$(eval SUFFIX := arm)
else ifeq ($(shell uname -p),aarch64)
$(eval SUFFIX := arm)
else
$(eval SUFFIX := ${CROSSBUILD_SUFFIX})
endif
Expand Down

0 comments on commit d4870b1

Please sign in to comment.