Add non-lab and a workflow
This commit is contained in:
parent
a7fad6c9c6
commit
94a24a45ed
5 changed files with 120 additions and 0 deletions
13
.forgejo/workflows/non-lab.yml
Normal file
13
.forgejo/workflows/non-lab.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
on:
|
||||
- push
|
||||
|
||||
jobs:
|
||||
init:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: alpine:latest
|
||||
steps:
|
||||
- curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opentofu.sh -o install-opentofu.sh
|
||||
- chmod +x ./install-opentofu.sh
|
||||
- ./install-opentofu.sh --install-method apk
|
||||
ZZ - rm -f ./install-opentofu.sh
|
Loading…
Add table
Add a link
Reference in a new issue