Skip to content

Commit

Permalink
release: Only build 64-bit binaries
Browse files Browse the repository at this point in the history
Let's drop 32-bit binaries from release artifacts.

Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent authored and tklauser committed Dec 1, 2023
1 parent a87436b commit 610fd07
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 @@ -47,10 +47,10 @@ local-release: clean
ARCHS='amd64 arm64'; \
;; \
linux) \
ARCHS='386 amd64 arm arm64'; \
ARCHS='amd64 arm64'; \
;; \
windows) \
ARCHS='386 amd64 arm64'; \
ARCHS='amd64 arm64'; \
EXT=".exe"; \
;; \
esac; \
Expand Down

0 comments on commit 610fd07

Please sign in to comment.