We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1233b commit 5caf911Copy full SHA for 5caf911
.github/workflows/ci.yaml
@@ -712,6 +712,10 @@ jobs:
712
713
export CODER_IMAGE_BUILD_BASE_TAG="ghcr.io/coder/coder-base:latest"
714
715
+ echo "ghcr.io/coder/coder-preview:$tag-amd64" > build/coder_"$version"_linux_amd64.tag
716
+ echo "ghcr.io/coder/coder-preview:$tag-arm64" > build/coder_"$version"_linux_arm64.tag
717
+ echo "ghcr.io/coder/coder-preview:$tag-armv7" > build/coder_"$version"_linux_armv7.tag
718
+
719
make -j build/coder_"$version"_linux_{amd64,arm64,armv7}.tag
720
721
# build and push multi-arch manifest, this depends on the other images
0 commit comments