This commit is contained in:
ChrispyBacon-dev 2025-05-25 22:39:27 +02:00
parent 4f1b90a7f6
commit 31676722df
2 changed files with 50 additions and 31 deletions

View file

@ -70,7 +70,7 @@ jobs:
- name: Build and Push Docker Image (Multi-Arch)
uses: docker/build-push-action@v5
with:
context: .
context: ./dockflare
# Build for multiple architectures
platforms: linux/amd64 #,linux/arm64 # Enable multi-architecture builds
# Push only on direct pushes to stable or unstable branches