We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba68a24 commit 3b8d818Copy full SHA for 3b8d818
Makefile
@@ -19,6 +19,7 @@ BUILDMODE_darwin_amd64=-buildmode=pie
19
BUILDMODE_darwin_arm64=-buildmode=pie
20
21
CROSSBUILD_SUFFIX=main-debian11
22
+CROSSBUILD_ARM_SUFFIX=base-arm-debian9
23
STANDALONE_DOCKERFILE=Dockerfile
24
BUILDER_IMAGE=fleet-server-builder:${GO_VERSION}
25
@@ -312,7 +313,7 @@ endif
312
313
314
build-releaser: ## - Build a Docker image to run make package including all build tools
315
ifeq ($(shell uname -p),arm)
- $(eval SUFFIX := arm)
316
+ $(eval SUFFIX := ${CROSSBUILD_ARM_SUFFIX})
317
else
318
$(eval SUFFIX := ${CROSSBUILD_SUFFIX})
319
endif
0 commit comments