This commit is contained in:
parent
80e8900f04
commit
4cb5082884
1 changed files with 20 additions and 0 deletions
20
.forgejo/workflows/build-alpine.yml
Normal file
20
.forgejo/workflows/build-alpine.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
on:
|
||||
- workflow-dispatch
|
||||
- push
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: alpine:edge
|
||||
|
||||
steps:
|
||||
- name: set up node (for checkout)
|
||||
run: apk update; apk upgrade; apk add nodejs
|
||||
- uses: actions/checkout@v4
|
||||
# - uses: https://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