We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb660c commit 2bf0bdcCopy full SHA for 2bf0bdc
.gitignore
@@ -40,4 +40,6 @@ experimental/*
40
repopack-andaime.txt
41
local_custom_script.sh
42
43
-edera-orch.pem
+edera-orch.pem
44
+
45
+dist/
Justfile
@@ -26,5 +26,3 @@ build-release:
26
mkdir -p dist
27
GOOS=linux GOARCH=amd64 go build -o dist/andaime_linux_amd64 .
28
GOOS=darwin GOARCH=amd64 go build -o dist/andaime_darwin_amd64 .
29
- GOOS=darwin GOARCH=arm64 go build -o dist/andaime_darwin_arm64 .
30
- GOOS=windows GOARCH=amd64 go build -o dist/andaime_windows_amd64.exe .
0 commit comments