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

Merge pull request #383 from cclauss/patch-1

Run GitHub Workflow aarch64_linux_bazel on an ARM processor
This commit is contained in:
Guillaume Chatelet
2025-05-06 10:38:55 +02:00
committed by GitHub

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