From 2bf0bdc789939f693b599720bea4f3a3b64f3e8e Mon Sep 17 00:00:00 2001 From: David Aronchick Date: Thu, 28 Nov 2024 17:39:42 -0800 Subject: [PATCH] cleaning just file --- .gitignore | 4 +++- Justfile | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b71c62e5..55cc84b9 100644 --- a/.gitignore +++ b/.gitignore @@ -40,4 +40,6 @@ experimental/* repopack-andaime.txt local_custom_script.sh -edera-orch.pem \ No newline at end of file +edera-orch.pem + +dist/ diff --git a/Justfile b/Justfile index c90f3164..7160b05c 100644 --- a/Justfile +++ b/Justfile @@ -26,5 +26,3 @@ build-release: mkdir -p dist GOOS=linux GOARCH=amd64 go build -o dist/andaime_linux_amd64 . GOOS=darwin GOARCH=amd64 go build -o dist/andaime_darwin_amd64 . - GOOS=darwin GOARCH=arm64 go build -o dist/andaime_darwin_arm64 . - GOOS=windows GOARCH=amd64 go build -o dist/andaime_windows_amd64.exe .