Skip to content

Commit 5caf911

Browse files
committed
wip
1 parent 0d1233b commit 5caf911

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,10 @@ jobs:
712712
713713
export CODER_IMAGE_BUILD_BASE_TAG="ghcr.io/coder/coder-base:latest"
714714
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+
715719
make -j build/coder_"$version"_linux_{amd64,arm64,armv7}.tag
716720
717721
# build and push multi-arch manifest, this depends on the other images

0 commit comments

Comments
 (0)