Skip to content

Commit

Permalink
chore(goreleaser): remove darwin platform builder for now
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfonseca committed May 13, 2024
1 parent 4e4c989 commit 3d01514
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-cross-release.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cross build --release --target=x86_64-unknown-linux-gnu
cross build --release --target=x86_64-apple-darwin
# cross build --release --target=x86_64-apple-darwin

mkdir -p dist/proksi_darwin_amd64_v1
# mkdir -p dist/proksi_darwin_amd64_v1
mkdir -p dist/proksi_linux_amd64_v1

cp target/x86_64-apple-darwin/release/proksi dist/proksi_darwin_amd64_v1
# cp target/x86_64-apple-darwin/release/proksi dist/proksi_darwin_amd64_v1
cp target/x86_64-unknown-linux-gnu/release/proksi dist/proksi_linux_amd64_v1

0 comments on commit 3d01514

Please sign in to comment.