mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 11:21:24 +00:00
Oops! amd64 build produced arm image
This commit is contained in:
parent
707ada69d0
commit
2a16f427ec
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ RUN \
|
|||
cargo build --release --target $TARGET && \
|
||||
$TOOL-strip target/$TARGET/release/$BINARY
|
||||
|
||||
FROM arm64v8/alpine:3.11
|
||||
FROM amd64/alpine:3.11
|
||||
|
||||
ARG UID=991
|
||||
ARG GID=991
|
||||
|
|
Loading…
Reference in a new issue