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 8366193 commit 2e21fb0Copy full SHA for 2e21fb0
.github/workflows/build.yaml
@@ -34,13 +34,13 @@ jobs:
34
runner: ubuntu-latest
35
- os: linux
36
arch: arm64
37
- runner: ubuntu-latest
+ runner: ubuntu-24.04-arm
38
- os: darwin
39
arch: amd64
40
41
42
43
44
- os: windows
45
46
@@ -64,6 +64,7 @@ jobs:
64
arch=${{ matrix.args.arch }}
65
extension=${{ matrix.args.os == 'windows' && '.exe' || '' }}
66
67
+ CGO_ENABLED=0 \
68
GOOS=${{ matrix.args.os }} \
69
GOARCH=${{ matrix.args.arch }} \
70
GO111MODULE=on \
0 commit comments