.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:
|
||||
runs-on: 'ubuntu-latest'
|
||||
container:
|
||||
image: "ghcr.io/catthehacker/ubuntu:runner-latest"
|
||||
needs: build_act
|
||||
strategy:
|
||||
matrix:
|
||||
version: [8.1, 8.2]
|
||||
steps:
|
||||
- name: Debug
|
||||
run: whoami && id
|
||||
- name: Install Docker
|
||||
run: curl -fsSL https://get.docker.com | sh
|
||||
- name: Set up QEMU
|
||||
uses: 'https://git.euph.dev/actions/docker-setup-qemu@v3'
|
||||
- name: Setup Buildx
|
||||
|
|
Loading…
Reference in a new issue