Skip to content

Commit 1dcaab1

Browse files
authored
Merge pull request #383 from cclauss/patch-1
Run GitHub Workflow aarch64_linux_bazel on an ARM processor
2 parents 14b80e8 + 5c038bf commit 1dcaab1

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/aarch64_linux_bazel.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,12 @@ on:
88
- cron: '0 0 7,22 * *'
99

1010
jobs:
11-
# Building using the github runner environement directly.
11+
# Building using the GitHub runner environement directly.
1212
bazel:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-24.04-arm
1414
steps:
1515
- name: Check out repository code
1616
uses: actions/checkout@v4
17-
- name: Set up QEMU
18-
uses: docker/setup-qemu-action@v3
19-
- name: Check docker
20-
run: |
21-
docker info
22-
docker buildx ls
2317
- name: Build
2418
run: make --directory=bazel/ci arm64_build
2519
- name: Test

0 commit comments

Comments
 (0)