Skip to content

Commit

Permalink
One more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tashian committed Jul 16, 2024
1 parent 5808096 commit a5d4e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# BINNAME=step to change the name of the executable
# PREFIX=bin/ to change the build output path
# INSTALL_PREFIX=/usr/local/bin to change the install path
# GOOS_OVERRIDE="GOOS=linux GOARCH=arm64" to change OS and arch
# GOOS_OVERRIDE="GOOS=linux GOARCH=arm GOARM=6" to change OS and arch
# CGO_OVERRIDE="CGO_ENABLED=1" to enable CGO
#
# Run `make bootstrap` to set up your local environment.
Expand Down Expand Up @@ -182,7 +182,7 @@ define BUNDLE_MAKE
# $(2) -- Go Architecture (e.g. amd64, arm, arm64, etc.)
# $(3) -- Go ARM architectural family (e.g. 7, 8, etc.)
# $(4) -- Parent directory for executables generated by 'make'.
$Q GOOS=$(1) GOARCH=$(2) GOARM=$(3) PREFIX=$(4) make $(4)bin/step
$Q GOOS_OVERRIDE='GOOS=$(1) GOARCH=$(2) GOARM=$(3)' PREFIX=$(4) make $(4)bin/step
endef

binary-linux-amd64:
Expand Down

0 comments on commit a5d4e9d

Please sign in to comment.