Skip to content

Commit

Permalink
ci: Trying without cgo on osx threatcl#15
Browse files Browse the repository at this point in the history
  • Loading branch information
xntrik committed Oct 24, 2021
1 parent d4b0ba9 commit 65db5bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ pkg-osx: ## Build packages with gox
-osarch=${MACOS_PKG_TARGETS} \
-output="out/{{.OS}}_{{.Arch}}/${BINNAME}" \
-gocmd=${GO_CMD} \
-cgo \
./cmd/hcltm
cd out/darwin_amd64 && tar -zcvf ../hcltm-darwin-amd64.tar.gz hcltm
cd out/darwin_arm64 && tar -zcvf ../hcltm-darwin-arm64.tar.gz hcltm
Expand Down

0 comments on commit 65db5bc

Please sign in to comment.