Skip to content

Commit

Permalink
Merge pull request #155 from shogo82148/disable-cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu authored Oct 16, 2023
2 parents 9bbedf8 + 19c51f6 commit be4cd23
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
Expand Up @@ -28,7 +28,7 @@ CREDITS: go.sum devel-deps

.PHONY: crossbuild
crossbuild: CREDITS
godzil crossbuild -pv=v${VERSION} -build-ldflags=$(BUILD_LDFLAGS) \
CGO_ENABLED=0 godzil crossbuild -pv=v${VERSION} -build-ldflags=$(BUILD_LDFLAGS) \
-arch=amd64,arm64 -os=windows,darwin,linux,freebsd -d=./pkg/dist/v${VERSION}
cd pkg/dist/v${VERSION} && shasum -a 256 * > ./v${VERSION}_SHASUMS

Expand Down

0 comments on commit be4cd23

Please sign in to comment.