Skip to content

Commit

Permalink
build: support arm32
Browse files Browse the repository at this point in the history
  • Loading branch information
Michsior14 committed Dec 31, 2023
1 parent aa86cb4 commit efa55d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
matrix:
os: ["linux", "darwin"]
arch: ["amd64", "arm64"]
arch: ["amd64", "arm", "arm64"]
env:
app: transmission-gluetun-port.${{ matrix.os }}-${{ matrix.arch }}
steps:
Expand Down
5 changes: 4 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ builds:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm
- arm64

archives:
- format: tar.gz
Expand Down

0 comments on commit efa55d4

Please sign in to comment.