workflow
Some checks failed
Build Docker Image / build (push) Failing after 1m27s

This commit is contained in:
Matt Avery 2025-06-24 22:21:45 -04:00
parent 722b301a89
commit 1b070baca4

View File

@ -9,11 +9,9 @@ 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 \
&& make install \ && make pg_clean \
&& make deps \ && make deps \
&& make pg_build \ && GOBIN=/usr/local/bin make pg_install \
&& make link_brotli \
&& install main/pg/wal-g / \
&& /wal-g --help && /wal-g --help
FROM alpine:3.11.5 FROM alpine:3.11.5