.gitea/workflows/action.yml aktualisiert
Some checks failed
CI / build_act (push) Successful in 2m42s
CI / build_php (8.1) (push) Failing after 43s
CI / build_php (8.2) (push) Failing after 36s

This commit is contained in:
Snoweuph 2024-03-24 13:53:53 +00:00
parent af79a91f52
commit 3409a27e91

View file

@ -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