Skip to content

Commit

Permalink
Add bootstrap test on Alpine Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Nov 3, 2024
1 parent 06a548b commit aa4eecb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test-bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,24 @@ jobs:
test-bootstrap:
name: ${{ matrix.platform.os_name }} - ${{ matrix.platform.script }}
runs-on: ${{ matrix.platform.os }}
container: ${{ matrix.platform.container }}
strategy:
fail-fast: false
matrix:
platform:
- os_name: Linux
os: ubuntu-latest
script: bootstrap-ubi.sh
- os_name: Alpine Linux (ash)
os: ubuntu-latest
container:
image: rust:alpine
env:
GITHUB_TOKEN: ${{ github.token }}
volumes:
- "${{ github.workspace }}:/workspace"
options: "--workdir /workspace"
script: bootstrap-ubi.sh
- os_name: macOS
os: macOS-latest
script: bootstrap-ubi.sh
Expand Down

0 comments on commit aa4eecb

Please sign in to comment.