[go: nahoru, domu]

Skip to content

Commit

Permalink
Add support for ARM6/7
Browse files Browse the repository at this point in the history
  • Loading branch information
nicocha30 committed Jan 4, 2022
1 parent 02ef810 commit 845858f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ builds:
- linux
- darwin
- windows
goarch:
- amd64
- arm
- arm64
goarm:
- 6
- 7

- main: ./cmd/proxy
id: "proxy"
Expand All @@ -16,6 +23,13 @@ builds:
goos:
- linux
- windows
goarch:
- amd64
- arm
- arm64
goarm:
- 6
- 7

archives:
-
Expand Down

0 comments on commit 845858f

Please sign in to comment.