Skip to content

Commit

Permalink
Merge pull request #154 from hibare/dev
Browse files Browse the repository at this point in the history
Add arm builds
  • Loading branch information
hibare authored Sep 7, 2023
2 parents 8dbc2f6 + bcf65a5 commit dd3420d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ builds:
goos:
- linux
- darwin
goarch:
- "386"
- amd64
- arm
- arm64
goarm:
- "6"
- "7"
ldflags:
- -s -w -X github.com/hibare/GoS3Backup/internal/version.CurrentVersion={{.Version}}

Expand Down

0 comments on commit dd3420d

Please sign in to comment.