Skip to content

Commit

Permalink
ci: use k8s runner for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Apr 11, 2024
1 parent af7b426 commit e46e17b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 216 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,19 @@ jobs:

build-fpm-arm64:
name: PHP FPM ${{ matrix.php }} on arm64
runs-on: hcloud-arm64-small
runs-on: shopware-arm64
container: ghcr.io/catthehacker/ubuntu:act-22.04
env:
DOCKER_HOST: localhost:2375
services:
docker:
image: docker:23-dind-rootless
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
18 changes: 0 additions & 18 deletions functions.php

This file was deleted.

197 changes: 0 additions & 197 deletions generate.php

This file was deleted.

0 comments on commit e46e17b

Please sign in to comment.