Skip to content

Commit

Permalink
fix: restrict to linux amd64 only
Browse files Browse the repository at this point in the history
  • Loading branch information
rlardy-ulule committed Aug 31, 2023
1 parent e1c3afc commit 536fe7f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/.goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# .goreleaser.yaml
builds:
main: ./cmd/mover/

goos:
- linux

goarch:
- amd64

0 comments on commit 536fe7f

Please sign in to comment.