Skip to content

Commit

Permalink
fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham149 committed Mar 15, 2023
1 parent cd3cf30 commit b3326b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ steps:
image: golang:1.19
commands:
- "go build -v -ldflags \"-s -w\" -a -o release/linux/amd64/drone-s3"
- GOOS=darwin GOARCH=arm64 go build -ldflags \"-s -w\" -a -o release/darwin/arm64/drone-s3"
- "GOOS=darwin GOARCH=arm64 go build -ldflags \"-s -w\" -a -o release/darwin/arm64/drone-s3"

environment:
CGO_ENABLED: 0
Expand Down

0 comments on commit b3326b1

Please sign in to comment.