Skip to content

Commit

Permalink
test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Sep 25, 2024
1 parent 31ee7d2 commit 7b59e36
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ jobs:

fpm-arm64:
name: PHP FPM ${{ matrix.php }} (arm64)
runs-on: github-hosted-arm64
runs-on: shopware-arm64
container:
image: ghcr.io/catthehacker/ubuntu:act-22.04
needs: [generate-matrix]
strategy: ${{ fromJson(needs.generate-matrix.outputs.matrix) }}
steps:
Expand All @@ -76,9 +78,6 @@ jobs:
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build and Push
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 7b59e36

Please sign in to comment.