Skip to content

Commit

Permalink
chore: Update Makefile to support arm64 for darwin and linux (syntax …
Browse files Browse the repository at this point in the history
…fix 2) (#176)
andyrzhao authored Dec 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7722b77 commit 7fb0aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ build:
SUFFIX=""; \
GOARCHES_SUPPORTED="${GOARCHES}"; \
fi ; \
for GOARCH in ${GOARCHES_SUPPORTED}; do \
for GOARCH in $${GOARCHES_SUPPORTED}; do \
echo "Building $${GOOS}/$${GOARCH}" ; \
GOOS=$${GOOS} GOARCH=$${GOARCH} go build \
-a \

0 comments on commit 7fb0aba

Please sign in to comment.