.gitea/workflows/action.yml aktualisiert
This commit is contained in:
parent
af79a91f52
commit
3409a27e91
1 changed files with 2 additions and 4 deletions
|
@ -32,15 +32,13 @@ jobs:
|
||||||
|
|
||||||
build_php:
|
build_php:
|
||||||
runs-on: 'ubuntu-latest'
|
runs-on: 'ubuntu-latest'
|
||||||
container:
|
|
||||||
image: "ghcr.io/catthehacker/ubuntu:runner-latest"
|
|
||||||
needs: build_act
|
needs: build_act
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
version: [8.1, 8.2]
|
version: [8.1, 8.2]
|
||||||
steps:
|
steps:
|
||||||
- name: Debug
|
- name: Install Docker
|
||||||
run: whoami && id
|
run: curl -fsSL https://get.docker.com | sh
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: 'https://git.euph.dev/actions/docker-setup-qemu@v3'
|
uses: 'https://git.euph.dev/actions/docker-setup-qemu@v3'
|
||||||
- name: Setup Buildx
|
- name: Setup Buildx
|
||||||
|
|
Loading…
Reference in a new issue