parent
80e8900f04
commit
7053a2f744
1 changed files with 17 additions and 0 deletions
17
.forgejo/workflows/build-alpine.yml
Normal file
17
.forgejo/workflows/build-alpine.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
on:
|
||||||
|
- workflow-dispatch
|
||||||
|
- push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: alpine:edge
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: code.forgejo.org/actions/checkout
|
||||||
|
|
||||||
|
- name: setup alpine-sdk
|
||||||
|
run: apk add alpine-sdk
|
||||||
|
|
||||||
|
# vim: shiftwidth=2
|
Loading…
Add table
Add a link
Reference in a new issue