Skip to content

Commit

Permalink
Merge pull request #226 from replicatedhq/laverya/build-arm64
Browse files Browse the repository at this point in the history
build arm64 binaries
  • Loading branch information
laverya authored Dec 7, 2023
2 parents 5e4dd9d + 6dec6bb commit 761f800
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ builds:
- windows
goarch:
- amd64
- arm64
env:
- CGO_ENABLED=0
main: cmd/main.go
Expand All @@ -20,7 +21,7 @@ builds:
-X github.com/replicatedhq/pvmigrate/pkg/version.buildTime={{.Date}}
-extldflags "-static"
binary: pvmigrate
hooks: {}
hooks: { }
archives:
- id: pvmigrate
builds:
Expand Down

0 comments on commit 761f800

Please sign in to comment.