Archived
1
0

chore: cross-compile docker images with buildx (#3503)

This commit is contained in:
Akash Satheesan
2021-05-28 22:21:41 +05:30
committed by GitHub
parent 8e92dd62ab
commit 1ccf69f731
6 changed files with 39 additions and 43 deletions

View File

@ -5,10 +5,8 @@ main() {
cd "$(dirname "$0")/../.."
source ./ci/lib.sh
./ci/release-image/build.sh
mkdir -p release-images
docker save "codercom/code-server-$ARCH:$VERSION" >"release-images/code-server-$ARCH-$VERSION.tar"
docker buildx bake -f ci/release-image/docker-bake.hcl
}
main "$@"