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

21 lines
468 B
YAML

name: AArch64 Linux Bazel
on:
push:
pull_request:
schedule:
# min hours day(month) month day(week)
- cron: '0 0 7,22 * *'
jobs:
# Building using the GitHub runner environement directly.
bazel:
runs-on: ubuntu-24.04-arm
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Build
run: make --directory=bazel/ci arm64_build
- name: Test
run: make --directory=bazel/ci arm64_test