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

This commit is contained in:
Matt Avery 2025-06-24 22:30:35 -04:00
parent 6e733ca9ca
commit e6980273eb

View File

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