Skip to content

Commit a247446

Browse files
author
Alan Christie
committed
fix: Fix tar typo
1 parent 9502296 commit a247446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then \
3838
tar -xf popeye_linux_arm64.tar.gz; \
3939
elif [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
4040
wget https://github.com/derailed/popeye/releases/download/v${POPEYE_VERSION}/popeye_linux_amd64.tar.gz && \
41-
tar -xf popeye_linux_arm64.tar.gz; \
41+
tar -xf popeye_linux_amd64.tar.gz; \
4242
else \
4343
exit 112; \
4444
fi && \

0 commit comments

Comments
 (0)