We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbceb49 commit 20377e0Copy full SHA for 20377e0
Makefile
@@ -1,8 +1,11 @@
1
cleanup:
2
- rm -rf extract* fat* *.tar.gz
+ rm -rf extract* fat* *.tar.gz *.zip
3
4
build: cleanup
5
go build -o amalgam
6
7
dry-run: build
8
- ./amalgam --owner manojkarthick --repo expenses --tag latest --amd64 "darwin_amd64" --arm64 "darwin_arm64" --compressed --overwrite --binary-path expenses
+ ./amalgam --owner manojkarthick --repo expenses --tag latest --amd64 "darwin_amd64" --arm64 "darwin_arm64" --compressed --overwrite
9
+
10
+dry-run-rust: build
11
+ ./amalgam --owner manojkarthick --repo jreleaser-poc --tag latest --amd64 "x86_64-apple-darwin" --arm64 "aarch64-apple-darwin" --compressed --overwrite
0 commit comments