1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-07-02 15:30:40 +02:00

fix: remove build target linux/arm/v7 as prisma doesn't support it

This commit is contained in:
Elias Schneider 2022-10-14 00:20:31 +02:00
parent 9c3ab1cd25
commit c16cbb3f42

View File

@ -23,4 +23,4 @@ jobs:
run: | run: |
docker buildx build --push \ docker buildx build --push \
--tag stonith404/pingvin-share:latest \ --tag stonith404/pingvin-share:latest \
--platform linux/amd64,linux/arm64,linux/arm/v7 . --platform linux/amd64,linux/arm64 .