We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea5db2 commit c20bbd8Copy full SHA for c20bbd8
.github/workflows/release.yaml
@@ -297,7 +297,7 @@ jobs:
297
298
# build Docker images for each architecture
299
version="$(./scripts/version.sh)"
300
- make -j build/coder_"$version"_linux_{amd64,arm64,armv7}.tag
+ make build/coder_"$version"_linux_{amd64,arm64,armv7}.tag
301
302
# we can't build multi-arch if the images aren't pushed, so quit now
303
# if dry-running
@@ -308,7 +308,7 @@ jobs:
308
309
# build and push multi-arch manifest, this depends on the other images
310
# being pushed so will automatically push them.
311
- make -j push/build/coder_"$version"_linux.tag
+ make push/build/coder_"$version"_linux.tag
312
313
# if the current version is equal to the highest (according to semver)
314
# version in the repo, also create a multi-arch image as ":latest" and
0 commit comments