Skip to content

Commit

Permalink
Merge pull request #145 from tcnksm/free-bsd
Browse files Browse the repository at this point in the history
add freebsd and arm64 to built artifacts
  • Loading branch information
Songmu committed Sep 26, 2022
2 parents d25af0a + 147de9e commit 4b6188d
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 @@ -29,7 +29,7 @@ CREDITS: go.sum devel-deps
.PHONY: crossbuild
crossbuild: CREDITS
godzil crossbuild -pv=v${VERSION} -build-ldflags=$(BUILD_LDFLAGS) \
-arch=amd64 -d=./pkg/dist/v${VERSION}
-arch=amd64,arm64 -os=windows,darwin,linux,freebsd -d=./pkg/dist/v${VERSION}
cd pkg/dist/v${VERSION} && shasum -a 256 * > ./v${VERSION}_SHASUMS

# install installs binary on $GOPATH/bin directory.
Expand Down

0 comments on commit 4b6188d

Please sign in to comment.