Skip to content

Commit

Permalink
chore: actually run m1 build on release
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhitt committed Mar 28, 2023
1 parent 202315b commit 2b360aa
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 @@ -117,4 +117,4 @@ release-windows-386:
$(info INFO: Starting build $@)
CGO_ENABLED=0 GOOS=windows GOARCH=386 go build -ldflags "-X main.version=$(GIT_RELEASE_TAG) -s -w" -o release/$(cmd)-windows-386.exe $(exe)

release: release-amd64 release-arm release-386 release-darwin-amd64 release-windows-amd64 release-windows-386
release: release-amd64 release-arm release-386 release-darwin-amd64 release-darwin-arm64 release-windows-amd64 release-windows-386

0 comments on commit 2b360aa

Please sign in to comment.