1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-01 13:21:13 +02:00

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`
This commit is contained in:
Christian Clauss
2025-02-08 09:47:07 +01:00
parent 14b80e8fe0
commit 5c038bfecf

View File

@ -8,18 +8,12 @@ on:
- cron: '0 0 7,22 * *'
jobs:
# Building using the github runner environement directly.
# Building using the GitHub runner environement directly.
bazel:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Check docker
run: |
docker info
docker buildx ls
- name: Build
run: make --directory=bazel/ci arm64_build
- name: Test