Skip to content

Commit

Permalink
compile for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
shenwei356 committed Dec 25, 2020
1 parent e7ed169 commit cacafd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unikmer/packaging.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env sh

CGO_ENABLED=0 gox -os="windows darwin linux" -arch="amd64" -tags netgo -ldflags '-w -s' -asmflags '-trimpath'
CGO_ENABLED=0 gox -os="windows darwin linux" -arch="amd64 arm64" -tags netgo -ldflags '-w -s' -asmflags '-trimpath'

dir=binaries
mkdir -p $dir;
Expand Down

0 comments on commit cacafd4

Please sign in to comment.