feat: add alpine ci
Some checks failed
/ build (push) Failing after 12s

This commit is contained in:
magmaus3 2025-05-05 16:33:46 +02:00
parent 80e8900f04
commit 2e5dd7de26
Signed by: magmaus3
GPG key ID: C8AABFABFA2FAF66

View file

@ -0,0 +1,15 @@
on:
- workflow-dispatch
- push
jobs:
build:
runs-on: ubuntu-latest
container:
image: alpine:edge
steps:
- uses: actions/checkout
- name: setup alpine-sdk
run: apk add alpine-sdk