Skip to content

Commit

Permalink
feat: use hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Sep 25, 2024
1 parent 2786cf8 commit e6e027c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,10 @@ jobs:

build-fpm-arm64:
name: PHP FPM ${{ matrix.php }} on arm64
runs-on: shopware-arm64
container: ghcr.io/catthehacker/ubuntu:act-22.04
env:
DOCKER_HOST: localhost:2375
services:
docker:
image: docker:23-dind
runs-on: github-hosted-arm64
needs: [generate-matrix]
strategy: ${{ fromJson(needs.generate-matrix.outputs.matrix) }}
steps:
- name: wait for docker to be available
run: while ! docker info 2>&1 >/dev/null; do sleep 1; done

- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit e6e027c

Please sign in to comment.