workflow
Some checks failed
Build Docker Image / build (push) Failing after 28s

This commit is contained in:
Matt Avery 2025-06-24 22:33:28 -04:00
parent de791d8acb
commit 69dc46ac21

View File

@ -9,7 +9,7 @@ RUN set -ex \
&& git clone https://github.com/wal-g/wal-g/ $GOPATH/src/wal-g \
&& cd $GOPATH/src/wal-g/ \
&& git checkout $WALG_VERSION \
&& make deps \
&& make deps
RUN set -ex \
&& cd $GOPATH/src/wal-g/ \
&& GOBIN=/usr/local/bin make pg_install