Oops! amd64 build produced arm image

This commit is contained in:
asonix 2020-06-08 10:04:05 -05:00
parent 707ada69d0
commit 2a16f427ec

View file

@ -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