mirror of
https://github.com/librespeed/speedtest.git
synced 2026-06-29 21:32:03 +00:00
feat: update Dockerfile to use PHP 8.3-alpine3.19 and add QEMU setup for multi-arch builds
This commit is contained in:
parent
f408183a90
commit
6ab62409cb
2 changed files with 7 additions and 3 deletions
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
|
@ -57,6 +57,10 @@ jobs:
|
|||
curl -L https://ipinfo.io/data/free/country_asn.mmdb?token=${{ secrets.IPINFO_APIKEY }} -o backend/country_asn.mmdb
|
||||
fi
|
||||
|
||||
# Set up QEMU for multi-arch builds
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
# Set up BuildKit Docker container builder to be able to build
|
||||
# multi-platform images and export cache
|
||||
# https://github.com/docker/setup-buildx-action
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue