File tree Expand file tree Collapse file tree
x86-64-unknown-linux-builder-with-libressl-3.9.2
x86-64-unknown-linux-builder-with-openssl_1.1.1w
x86-64-unknown-linux-builder-with-openssl_3.4.1
x86-64-unknown-linux-builder Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 - name : Docker build
5050 run : " docker build --pull --file=release-a-library/Dockerfile ."
5151
52- validate-x86-64-unknown-linux-builder-image-builds :
53- name : Validate x86-64-unknown-linux-builder Docker image builds
54- runs-on : ubuntu-latest
55- steps :
56- - uses : actions/checkout@v4.1.1
57- - name : Docker build
58- run : " docker build --pull --file=x86-64-unknown-linux-builder/Dockerfile ."
59-
6052 validate-x86-64-unknown-linux-builder-with-libressl-3_9_2-image-builds :
6153 name : Validate x86-64-unknown-linux-builder-with-libressl-3.9.2 Docker image builds
6254 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ DOCKERFILE_DIR="$(dirname "$0")"
1414
1515NAME=" ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-3.9.2"
1616
17- # built from x86-64-unknown-linux -builder release tag
17+ # built from standard -builder release tag
1818FROM_TAG=release
1919TAG_AS=release
2020docker build --pull --build-arg FROM_TAG=" ${FROM_TAG} " \
2121 -t " ${NAME} :${TAG_AS} " " ${DOCKERFILE_DIR} "
2222docker push " ${NAME} :${TAG_AS} "
2323
24- # built from standard-linux- builder nightly tag
24+ # built from standard-builder nightly tag
2525FROM_TAG=nightly
2626TAG_AS=latest
2727docker build --pull --build-arg FROM_TAG=" ${FROM_TAG} " \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ DOCKERFILE_DIR="$(dirname "$0")"
1414
1515NAME=" ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-openssl_1.1.1w"
1616
17- # built from x86-64-unknown-linux -builder release tag
17+ # built from standard -builder release tag
1818FROM_TAG=release
1919TAG_AS=release
2020docker build --pull --build-arg FROM_TAG=" ${FROM_TAG} " \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ DOCKERFILE_DIR="$(dirname "$0")"
1313
1414NAME=" ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-openssl_3.4.1"
1515
16- # built from x86-64-unknown-linux -builder release tag
16+ # built from standard -builder release tag
1717FROM_TAG=release
1818TAG_AS=release
1919docker build --pull --build-arg FROM_TAG=" ${FROM_TAG} " \
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments