Skip to content

Commit

Permalink
Add goarch arm
Browse files Browse the repository at this point in the history
  • Loading branch information
OrShamirCM committed Jul 24, 2024
1 parent 240d2ca commit 61ad6aa
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .goreleaser-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ release:
prerelease: true
name_template: 'Checkmarx One CLI {{.Version}}'

# Enable UPX compression
upx:
args:
- --best

builds:
- main: ./cmd/main.go
env:
Expand Down Expand Up @@ -57,6 +52,8 @@ builds:
- darwin
goarch:
- amd64
- arm
- arm64
# Review your build flags
ldflags:
- -X github.com/checkmarx/ast-cli/internal/params.Version={{.Version}}
Expand Down

0 comments on commit 61ad6aa

Please sign in to comment.