Skip to content

Commit a5d4e9d

Browse files
committed
One more fix
1 parent 5808096 commit a5d4e9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# BINNAME=step to change the name of the executable
44
# PREFIX=bin/ to change the build output path
55
# INSTALL_PREFIX=/usr/local/bin to change the install path
6-
# GOOS_OVERRIDE="GOOS=linux GOARCH=arm64" to change OS and arch
6+
# GOOS_OVERRIDE="GOOS=linux GOARCH=arm GOARM=6" to change OS and arch
77
# CGO_OVERRIDE="CGO_ENABLED=1" to enable CGO
88
#
99
# Run `make bootstrap` to set up your local environment.
@@ -182,7 +182,7 @@ define BUNDLE_MAKE
182182
# $(2) -- Go Architecture (e.g. amd64, arm, arm64, etc.)
183183
# $(3) -- Go ARM architectural family (e.g. 7, 8, etc.)
184184
# $(4) -- Parent directory for executables generated by 'make'.
185-
$Q GOOS=$(1) GOARCH=$(2) GOARM=$(3) PREFIX=$(4) make $(4)bin/step
185+
$Q GOOS_OVERRIDE='GOOS=$(1) GOARCH=$(2) GOARM=$(3)' PREFIX=$(4) make $(4)bin/step
186186
endef
187187

188188
binary-linux-amd64:

0 commit comments

Comments
 (0)