Skip to content

Commit 5e13701

Browse files
committed
ci: add arm architecture for Raspberry Pi support
1 parent f2f2d08 commit 5e13701

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@ jobs:
1212
strategy:
1313
matrix:
1414
goos: [linux, windows, darwin]
15-
goarch: [amd64, arm64]
16-
# Ignore unsupported combinations if any, but these are generally fine.
15+
goarch: [amd64, arm64, arm]
1716
exclude:
1817
- goos: windows
1918
goarch: arm64
19+
- goos: windows
20+
goarch: arm
21+
- goos: darwin
22+
goarch: arm
2023
steps:
2124
- name: Checkout Code
2225
uses: actions/checkout@v4

0 commit comments

Comments
 (0)