Skip to content

Commit 5c038bf

Browse files
committed
Run GitHub Workflow arch64_linux_bazel on an ARM processor
[Standard GitHub-hosted runners for public repositories](https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories) --> `ubuntu-24.04-arm`
1 parent 14b80e8 commit 5c038bf

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)