Skip to content

Commit 1c7e837

Browse files
committed
.github/workflows: publish arm64 toolchain
Signed-off-by: kari-ts <[email protected]>
1 parent 25c2351 commit 1c7e837

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
GOOS: ["linux", "darwin", "windows"]
4242
GOARCH: ["amd64", "arm64"]
4343
runs-on: ubuntu-24.04
44-
if: contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name)
44+
if: contains(fromJSON('["push", "workflow_dispatch", "pull_request"]'), github.event_name)
4545
steps:
4646
- name: checkout
4747
id: checkout
@@ -107,9 +107,6 @@ jobs:
107107
matrix:
108108
GOOS: ["linux", "darwin", "windows"]
109109
GOARCH: ["amd64", "arm64"]
110-
exclude:
111-
- GOOS: windows
112-
GOARCH: arm64
113110
runs-on: ubuntu-24.04
114111
# We need to do the `always()` hack here as well since the upstream `create_release` job
115112
# needs it and this seems to transitively require that downstream jobs also have a similar

0 commit comments

Comments
 (0)