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

feat: add linux/arm/v7 arch for docker image

This commit is contained in:
Elias Schneider 2022-10-13 11:14:35 +02:00
parent 8c84d50159
commit d9e5c286e3

View File

@ -4,8 +4,8 @@ on:
push:
branches: main
paths:
- 'frontend/**'
- 'backend/**'
- "frontend/**"
- "backend/**"
jobs:
build:
@ -23,4 +23,4 @@ jobs:
run: |
docker buildx build --push \
--tag stonith404/pingvin-share:latest \
--platform linux/amd64,linux/arm64 .
--platform linux/amd64,linux/arm64,linux/arm/v7 .