Limit build platforms to those supported by webrecorder

pull/76/head
Logan Williams 2023-05-10 16:03:51 +02:00 zatwierdzone przez GitHub
rodzic 5b79dcb80c
commit 417ca9ef51
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -51,7 +51,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/arm64/v8
platforms: linux/amd64,inux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}