Skip to content

Commit

Permalink
Use correct targetplatform
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Jun 27, 2024
1 parent 21467b1 commit fe2ea13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# syntax = docker/dockerfile:1.2

FROM ghcr.io/eclipse-velocitas/devcontainer-base-images/cpp:v0.3 as builder
FROM --platform=$TARGETPLATFORM ghcr.io/eclipse-velocitas/devcontainer-base-images/cpp:v0.3 as builder

COPY . /workspace

Expand Down

0 comments on commit fe2ea13

Please sign in to comment.