.gitea/workflows/action.yml aktualisiert
Some checks failed
CI / build_php (8.1) (push) Has been cancelled
CI / build_php (8.2) (push) Has been cancelled
CI / build_php (8.3) (push) Has been cancelled
CI / build_java (17) (push) Has been cancelled
CI / build_java (21) (push) Has been cancelled
CI / build_java (8) (push) Has been cancelled
CI / build_act (push) Has been cancelled
Some checks failed
CI / build_php (8.1) (push) Has been cancelled
CI / build_php (8.2) (push) Has been cancelled
CI / build_php (8.3) (push) Has been cancelled
CI / build_java (17) (push) Has been cancelled
CI / build_java (21) (push) Has been cancelled
CI / build_java (8) (push) Has been cancelled
CI / build_act (push) Has been cancelled
This commit is contained in:
parent
2f26d9522f
commit
6d299c3497
1 changed files with 2 additions and 4 deletions
|
@ -9,6 +9,8 @@ jobs:
|
|||
build_act:
|
||||
runs-on: 'priviliged'
|
||||
steps:
|
||||
- name: Debug
|
||||
run: which docker
|
||||
- name: Install Docker
|
||||
run: curl -fsSL https://get.docker.com | sh -s
|
||||
- name: Set up QEMU
|
||||
|
@ -34,8 +36,6 @@ jobs:
|
|||
build_php:
|
||||
runs-on: 'priviliged'
|
||||
needs: build_act
|
||||
container:
|
||||
image: "git.euph.dev/actions/runner-basic:latest"
|
||||
strategy:
|
||||
matrix:
|
||||
version: [8.1, 8.2, 8.3]
|
||||
|
@ -66,8 +66,6 @@ jobs:
|
|||
build_java:
|
||||
runs-on: 'priviliged'
|
||||
needs: build_act
|
||||
container:
|
||||
image: "git.euph.dev/actions/runner-basic:latest"
|
||||
strategy:
|
||||
matrix:
|
||||
version: [8, 17, 21]
|
||||
|
|
Loading…
Reference in a new issue