Add enable_overlayfs option to set up Raspberry Pi OverlayFS root (#122) #72
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test runner images | |
| on: | |
| push: | |
| branches: | |
| - 'main' | |
| - 'releases/**' | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| build: | |
| runs-on: ${{ matrix.runner }} | |
| strategy: | |
| fail-fast: false | |
| matrix: | |
| runner: ["ubuntu-22.04", "ubuntu-24.04", "ubuntu-latest"] | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: ./ # pguyot/arm-runner-action@HEAD | |
| with: | |
| commands: | | |
| test `uname -m` = 'armv6l' |