File tree Expand file tree Collapse file tree 1 file changed +16
-13
lines changed
Expand file tree Collapse file tree 1 file changed +16
-13
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ parameters:
88 distribution-scripts-version :
99 description : " Git ref for version of https://github.com/crystal-lang/distribution-scripts/"
1010 type : string
11- default : " edbcf1c5396c28f50c4dff889206954372847e65 "
11+ default : " 9bba0b3415c3adfeaee39d0553d3d8e998bae059 "
1212 previous_crystal_base_url :
1313 description : " Prefix for URLs to Crystal bootstrap compiler"
1414 type : string
@@ -352,18 +352,21 @@ jobs:
352352 - run :
353353 name : Enable buildx for multiarch builds
354354 command : docker buildx create --use
355- - run : |
356- cd /tmp/workspace/distribution-scripts
357- source build.env
358- cd docker
359- make all TARBALLS=/tmp/workspace/build/ VERSION=${CRYSTAL_VERSION}
360- make smoke-all VERSION=${CRYSTAL_VERSION}
361- - run : |
362- cd /tmp/workspace/distribution-scripts
363- source build.env
364- cd docker
365- docker login -u ${DOCKER_USER} -p ${DOCKER_PASS}
366- make push VERSION=${CRYSTAL_VERSION}
355+ - run :
356+ name : Build and push multiarch images
357+ command : |
358+ cd /tmp/workspace/distribution-scripts
359+ source build.env
360+ cd docker
361+ docker login -u ${DOCKER_USER} -p ${DOCKER_PASS}
362+ make all TARBALLS=/tmp/workspace/build/ VERSION=${CRYSTAL_VERSION} PUSH=1
363+ - run :
364+ name : Smoke tests
365+ command : |
366+ cd /tmp/workspace/distribution-scripts
367+ source build.env
368+ cd docker
369+ make smoke-all VERSION=${CRYSTAL_VERSION}
367370
368371 dist_snap :
369372 docker :
You can’t perform that action at this time.
0 commit comments