This commit is contained in:
ChrispyBacon-dev 2025-05-16 16:43:16 +02:00
parent 1f0ca76b8e
commit 748e4c27da
2 changed files with 30 additions and 3 deletions

View file

@ -72,7 +72,7 @@ jobs:
with:
context: .
# Build for multiple architectures
platforms: linux/amd64,linux/arm64 # Enable multi-architecture builds
platforms: linux/amd64 # linux/arm64 # Enable multi-architecture builds
# Push only on direct pushes to stable or unstable branches
push: ${{ github.event_name == 'push' && (github.ref_name == 'stable' || github.ref_name == 'unstable') }}
# Use all tags generated by the metadata action