Update ARM64 build step to specify Dockerfile for architecture

This commit is contained in:
Cédric Verstraeten
2025-09-11 10:18:19 +02:00
parent a4a032d994
commit ec7f2e0303

View File

@@ -48,4 +48,4 @@ jobs:
with:
length: 7
- name: Run Build
run: docker build -t ${{matrix.architecture}} .
run: docker build -t ${{matrix.architecture}} -f Dockerfile.arm64 .