Skip to content

Commit

Permalink
chore: remove --platform from FROM
Browse files Browse the repository at this point in the history
Signed-off-by: Kaan Yagci <[email protected]>
  • Loading branch information
kaanyagci committed Mar 29, 2024
1 parent f89906e commit e881fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG DEBIAN_TAG
ARG TARGETPLATFORM
ARG GO_VERSION

FROM --platform=${TARGETPLATFORM} makepad/opencv:${DEBIAN_TAG}-${OPENCV_VERSION}
FROM makepad/opencv:${DEBIAN_TAG}-${OPENCV_VERSION}


WORKDIR /app
Expand Down

0 comments on commit e881fd2

Please sign in to comment.