Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Include buildplatform when running builder
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalless committed May 3, 2024
1 parent d44218a commit c9a879d
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
@@ -1,4 +1,4 @@
FROM rust:1.76 as builder
FROM --platform=$BUILDPLATFORM rust:1.76 as builder
WORKDIR /usr/src/no-nonsense-recipes
COPY . .
RUN cargo install --path .
Expand Down

0 comments on commit c9a879d

Please sign in to comment.