x86 building only

This commit is contained in:
ChrispyBacon-dev 2025-05-28 11:02:30 +02:00
parent bbc7e25212
commit 8d331a54d5

View file

@ -65,7 +65,7 @@ jobs:
with:
context: ./dockflare
platforms: linux/amd64,linux/arm64
platforms: linux/amd64 #,linux/arm64
push: ${{ github.event_name == 'push' && (github.ref_name == 'stable' || github.ref_name == 'unstable') }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}