Skip to content

Fix text_cache with proper cache invocation #334

Fix text_cache with proper cache invocation

Fix text_cache with proper cache invocation #334

Workflow file for this run

name: Test aarch64 cpu option
on:
push:
branches:
- 'main'
- 'releases/**'
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
base_image: https://dietpi.com/downloads/images/DietPi_RPi-ARMv8-Bookworm.img.xz
cpu: cortex-a53
commands: |
echo "Minimal"
test `uname -m` = 'aarch64'