This commit is contained in:
parent
80e8900f04
commit
2e5dd7de26
1 changed files with 15 additions and 0 deletions
15
.forgejo/workflows/build-alpine.yml
Normal file
15
.forgejo/workflows/build-alpine.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue