We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9502296 commit a247446Copy full SHA for a247446
Dockerfile
@@ -38,7 +38,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then \
38
tar -xf popeye_linux_arm64.tar.gz; \
39
elif [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
40
wget https://github.com/derailed/popeye/releases/download/v${POPEYE_VERSION}/popeye_linux_amd64.tar.gz && \
41
- tar -xf popeye_linux_arm64.tar.gz; \
+ tar -xf popeye_linux_amd64.tar.gz; \
42
else \
43
exit 112; \
44
fi && \
0 commit comments