Skip to content

Commit

Permalink
make quick: remove arch part of tag
Browse files Browse the repository at this point in the history
Signed-off-by: Silvio Moioli <[email protected]>
  • Loading branch information
moio committed Aug 9, 2024
1 parent b096cd5 commit 3d6c5e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-scripts/quick
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@ docker buildx build \
--build-arg CATTLE_RANCHER_WEBHOOK_VERSION=${CATTLE_RANCHER_WEBHOOK_VERSION} \
--build-arg CATTLE_CSP_ADAPTER_MIN_VERSION=${CATTLE_CSP_ADAPTER_MIN_VERSION} \
--build-arg CATTLE_FLEET_VERSION=${CATTLE_FLEET_VERSION} \
--tag rancher/rancher:${TAG}-${ARCH} \
--tag rancher/rancher:${TAG} \
--platform="${OS}/${ARCH}" \
--file ./package/Dockerfile .

docker buildx build \
--build-arg VERSION="${TAG}" \
--build-arg ARCH=${ARCH} \
--build-arg RANCHER_TAG=${TAG} \
--build-arg RANCHER_IMAGE=rancher/rancher:${TAG}-${ARCH} \
--build-arg RANCHER_IMAGE=rancher/rancher:${TAG} \
--build-arg COMMIT="${COMMIT}" \
--build-arg RKE_VERSION=${RKE_VERSION} \
--build-arg CATTLE_RANCHER_WEBHOOK_VERSION=${CATTLE_RANCHER_WEBHOOK_VERSION} \
--tag rancher/rancher-agent:${TAG}-${ARCH} \
--tag rancher/rancher-agent:${TAG} \
--platform="${OS}/${ARCH}" \
--file ./package/Dockerfile.agent .

0 comments on commit 3d6c5e2

Please sign in to comment.