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

Merge pull request #13 from stonith404/development

fix: remove build target linux/arm/v7 as prisma doesn't support it
This commit is contained in:
Elias Schneider 2022-10-14 09:31:22 +02:00 committed by GitHub
commit 0521f74cb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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