This commit is contained in:
parent
80e8900f04
commit
95c3a2c6fe
1 changed files with 23 additions and 0 deletions
23
.forgejo/workflows/build-alpine.yml
Normal file
23
.forgejo/workflows/build-alpine.yml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
on:
|
||||||
|
- workflow-dispatch
|
||||||
|
- push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: alpine:edge
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: set up dependencied
|
||||||
|
run: |
|
||||||
|
apk update
|
||||||
|
apk upgrade
|
||||||
|
apk add nodejs git alpine-sdk
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
# - uses: https://code.forgejo.org/actions/checkout
|
||||||
|
|
||||||
|
- name: ls
|
||||||
|
run: ls . *
|
||||||
|
|
||||||
|
# vim: shiftwidth=2
|
Loading…
Add table
Add a link
Reference in a new issue