ci(build): do not build arm for now, its too slow

This commit is contained in:
Tine 2024-02-17 09:04:14 +01:00
parent 7600759807
commit 7699acea6f
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw

View file

@ -51,6 +51,6 @@ jobs:
file: build/Dockerfile
context: .
push: ${{ github.event_name != 'pull_request' }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}