Skip to content

Commit

Permalink
Update list of goarch builds with arm
Browse files Browse the repository at this point in the history
  • Loading branch information
Wal8800 committed Jul 5, 2023
1 parent 5016a8f commit 145f6ed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,16 @@ jobs:
strategy:
matrix:
GOOS: [linux, windows, darwin]
GOARCH: ["386", amd64, arm64, ppc64le]
GOARCH: ["386", amd64, arm64, ppc64le, arm]
exclude:
- GOOS: darwin
GOARCH: "386"
- GOOS: windows
GOARCH: arm64
- GOOS: darwin
GOARCH: arm
- GOOS: windows
GOARCH: arm
runs-on: ubuntu-20.04

steps:
Expand All @@ -37,7 +41,7 @@ jobs:
- name: Setup QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: arm64,ppc64le
platforms: arm64,ppc64le,linux/arm/v7

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ jobs:
strategy:
matrix:
GOOS: [linux, windows, darwin]
GOARCH: ["386", amd64, arm64, ppc64le]
GOARCH: ["386", amd64, arm64, ppc64le, arm]
exclude:
- GOOS: darwin
GOARCH: "386"
- GOOS: windows
GOARCH: arm64
- GOOS: darwin
GOARCH: arm
- GOOS: windows
GOARCH: arm
runs-on: ubuntu-20.04

steps:
Expand All @@ -26,7 +30,7 @@ jobs:

- uses: docker/setup-qemu-action@v2
with:
platforms: arm64,ppc64le
platforms: arm64,ppc64le,linux/arm/v7

- uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit 145f6ed

Please sign in to comment.