File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ jobs:
297
297
298
298
# build Docker images for each architecture
299
299
version="$(./scripts/version.sh)"
300
- make -j build/coder_"$version"_linux_{amd64,arm64,armv7}.tag
300
+ make build/coder_"$version"_linux_{amd64,arm64,armv7}.tag
301
301
302
302
# we can't build multi-arch if the images aren't pushed, so quit now
303
303
# if dry-running
@@ -308,7 +308,7 @@ jobs:
308
308
309
309
# build and push multi-arch manifest, this depends on the other images
310
310
# being pushed so will automatically push them.
311
- make -j push/build/coder_"$version"_linux.tag
311
+ make push/build/coder_"$version"_linux.tag
312
312
313
313
# if the current version is equal to the highest (according to semver)
314
314
# version in the repo, also create a multi-arch image as ":latest" and
You can’t perform that action at this time.
0 commit comments