Skip to content

Commit

Permalink
switching to only linux amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmford committed Feb 8, 2023
1 parent c4fe2f1 commit e948aaa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
builds:
- main: ./cmd/web/main.go
- main: ./cmd/web/main.go
goos:
- linux
goarch:
- amd64

0 comments on commit e948aaa

Please sign in to comment.