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 b96d741 commit 5e7e97fCopy full SHA for 5e7e97f
Dockerfile
@@ -736,7 +736,7 @@ RUN arch=$([ "$TARGETARCH" = "arm64" ] && echo "aarch64" || echo "$TARGETARCH")
736
curl -kL "https://github.com/wal-g/wal-g/releases/download/v${wal_g_release}/wal-g-pg-ubuntu-20.04-${arch}.tar.gz" -o /tmp/wal-g.tar.gz && \
737
tar -xvf /tmp/wal-g.tar.gz -C /tmp && \
738
rm -rf /tmp/wal-g.tar.gz && \
739
- mv /tmp/wal-g-pg-ubuntu-20.04-$arch /tmp/wal-g
+ mv /tmp/wal-g-pg-ubuntu*20.04-$arch /tmp/wal-g
740
741
####################
742
# Collect extension packages
0 commit comments