Remove specific buildx versions

This commit is contained in:
Andrejs Cunskis 2023-02-14 06:07:08 +09:00
parent 41165c16ff
commit 6994bdfc9c
No known key found for this signature in database
GPG key ID: 87CB75083F227241
6 changed files with 3 additions and 38 deletions

View file

@ -81,11 +81,6 @@ ARG DOCKER_VERSION
RUN if [ -n "$DOCKER_VERSION" ]; then /scripts/install-docker "$DOCKER_VERSION"; fi
# Docker buildx plugin
ARG BUILDX_VERSION
RUN if [ -n "$BUILDX_VERSION" ]; then /scripts/install-buildx "$BUILDX_VERSION"; fi
# Bazelisk
ARG BAZELISK_VERSION
ARG BAZELISK_DOWNLOAD_SHA256