We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f2d08 commit 5e13701Copy full SHA for 5e13701
1 file changed
.github/workflows/build.yml
@@ -12,11 +12,14 @@ jobs:
12
strategy:
13
matrix:
14
goos: [linux, windows, darwin]
15
- goarch: [amd64, arm64]
16
- # Ignore unsupported combinations if any, but these are generally fine.
+ goarch: [amd64, arm64, arm]
17
exclude:
18
- goos: windows
19
goarch: arm64
+ - goos: windows
20
+ goarch: arm
21
+ - goos: darwin
22
23
steps:
24
- name: Checkout Code
25
uses: actions/checkout@v4
0 commit comments