mirror of
https://github.com/google/cpu_features.git
synced 2025-07-01 13:21:13 +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:
10
.github/workflows/aarch64_linux_bazel.yml
vendored
10
.github/workflows/aarch64_linux_bazel.yml
vendored
@ -8,18 +8,12 @@ on:
|
|||||||
- cron: '0 0 7,22 * *'
|
- cron: '0 0 7,22 * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Building using the github runner environement directly.
|
# Building using the GitHub runner environement directly.
|
||||||
bazel:
|
bazel:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04-arm
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
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
|
- name: Build
|
||||||
run: make --directory=bazel/ci arm64_build
|
run: make --directory=bazel/ci arm64_build
|
||||||
- name: Test
|
- name: Test
|
||||||
|
Reference in New Issue
Block a user