Skip to content

Commit

Permalink
Remove release publishing of darwin amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham149 committed Mar 22, 2023
1 parent 4499ffe commit 5755fba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,6 @@ steps:
commands:
- GOOS=linux GOARCH=amd64 go build -ldflags "-s -w -X main.version=${DRONE_TAG##v}" -o release/plugin-linux-amd64
- GOOS=linux GOARCH=arm64 go build -ldflags "-s -w -X main.version=${DRONE_TAG##v}" -o release/plugin-linux-arm64
- GOOS=darwin GOARCH=amd64 go build -ldflags "-s -w -X main.version=${DRONE_TAG##v}" -o release/plugin-darwin-amd64
- GOOS=darwin GOARCH=arm64 go build -ldflags "-s -w -X main.version=${DRONE_TAG##v}" -o release/plugin-darwin-arm64
- GOOS=windows GOARCH=amd64 go build -ldflags "-s -w -X main.version=${DRONE_TAG##v}" -o release/plugin-windows-amd64.exe

Expand All @@ -511,7 +510,6 @@ steps:
- zstd release/plugin-linux-amd64
- zstd release/plugin-linux-arm64
- zstd release/plugin-darwin-arm64
- zstd release/plugin-darwin-amd64
- zstd release/plugin-windows-amd64.exe

- name: release
Expand All @@ -520,7 +518,6 @@ steps:
files:
- release/plugin-linux-amd64.zst
- release/plugin-linux-arm64.zst
- release/plugin-darwin-amd64.zst
- release/plugin-darwin-arm64.zst
- release/plugin-windows-amd64.exe.zst
api_key:
Expand Down
Binary file added release/plugin-darwin-arm64
Binary file not shown.

0 comments on commit 5755fba

Please sign in to comment.