We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7885586 commit 6df98efCopy full SHA for 6df98ef
.github/workflows/cross-build.yml
@@ -15,14 +15,16 @@ jobs:
15
strategy:
16
matrix:
17
# This feels clunky to copy/paste the same value twice. I couldn't find a way to register it *once*.
18
- go: [ 1.15 ]
+ go: [ 1.16 ]
19
target:
20
# Linux
21
- {os: linux, arch: amd64}
22
+ - {os: linux, arch: arm64}
23
- {os: linux, arch: 386}
24
- {os: linux, arch: arm}
25
# MacOs
26
- {os: darwin, arch: amd64}
27
+ - {os: darwin, arch: arm64}
28
# Windows
29
- {os: windows, arch: amd64, ext: .exe}
30
- {os: windows, arch: 386, ext: .exe}
0 commit comments