Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 68470b4

Browse files
committed
Fix Dockerfile path in deployment workflow for ARM64 build
1 parent d730a54 commit 68470b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build Docker image for ARM64
3131
run: |
3232
docker buildx build \
33-
-f deploy/dockerfiles/DockerfileDeployRasp \ # Corrected path
33+
-f deploy/dockerfiles/DockerfileDeployRasp \
3434
--platform linux/arm64 --load \
3535
--build-arg projectDir=$PROJECT_DIR \
3636
-t final-app .

0 commit comments

Comments
 (0)