Skip to content

Test alpine

Test alpine #1

Workflow file for this run

name: Alpine CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
arch: [ x86_64, x86, aarch64, armhf, armv7, loongarch64, ppc64le, riscv64, s390x ]
steps:
- uses: actions/checkout@v4
- uses: jirutka/setup-alpine@v1
with:
arch: ${{ matrix.arch }}
packages: >
build-base
- run: make