Skip to content

Commit 5e7e97f

Browse files
committed
fix: handle inconsistent aarch64 binary name
1 parent b96d741 commit 5e7e97f

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
@@ -736,7 +736,7 @@ RUN arch=$([ "$TARGETARCH" = "arm64" ] && echo "aarch64" || echo "$TARGETARCH")
736736
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 && \
737737
tar -xvf /tmp/wal-g.tar.gz -C /tmp && \
738738
rm -rf /tmp/wal-g.tar.gz && \
739-
mv /tmp/wal-g-pg-ubuntu-20.04-$arch /tmp/wal-g
739+
mv /tmp/wal-g-pg-ubuntu*20.04-$arch /tmp/wal-g
740740

741741
####################
742742
# Collect extension packages

0 commit comments

Comments
 (0)