feat: build arm64 version of xhprof image

This commit is contained in:
le0m
2023-06-12 15:10:11 +02:00
parent 62eea3b50a
commit f7d7f243d4
+2 -6
View File
@@ -114,11 +114,6 @@ jobs:
include:
- version: 'latest'
flavor: ''
services:
registry:
image: registry:2
ports:
- 5000:5000
steps:
- name: Checkout
uses: actions/checkout@v3
@@ -186,9 +181,10 @@ jobs:
ghcr.io/chialab/php-pcov:${{ matrix.version }}${{ matrix.flavor }}
push: true
- name: Build xhprof image (amd64 only) and push to registry
- name: Build xhprof image and push to registry
uses: docker/build-push-action@v4
with:
platforms: linux/amd64,linux/arm64
cache-to: type=inline
context: ./xhprof
build-args: |