File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -387,17 +387,17 @@ jobs:
387
387
run : |
388
388
set -euxo pipefail
389
389
390
- # build Docker images for each architecture
391
- version="$(./scripts/version.sh)"
392
- make build/coder_"$version"_linux_{amd64,arm64,armv7}.tag
393
-
394
390
# we can't build multi-arch if the images aren't pushed, so quit now
395
391
# if dry-running
396
392
if [[ "$CODER_RELEASE" != *t* ]]; then
397
393
echo Skipping multi-arch docker builds due to dry-run.
398
394
exit 0
399
395
fi
400
396
397
+ # build Docker images for each architecture
398
+ version="$(./scripts/version.sh)"
399
+ make build/coder_"$version"_linux_{amd64,arm64,armv7}.tag
400
+
401
401
# build and push multi-arch manifest, this depends on the other images
402
402
# being pushed so will automatically push them.
403
403
make push/build/coder_"$version"_linux.tag
You can’t perform that action at this time.
0 commit comments