Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/Dockerfile.higress
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ ARG BASE_DISTRIBUTION=debug
# Version is the base image version from the TLD Makefile
ARG BASE_VERSION=latest

ARG HUB
ARG HUB=higress-registry.cn-hangzhou.cr.aliyuncs.com/higress

ARG TARGETARCH
ARG TARGETARCH=amd64
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个docker buildx编译多架构镜像会不会有问题有没有测试过


# The following section is used as base image if BASE_DISTRIBUTION=debug
# This base image is provided by istio, see: https://github.com/istio/istio/blob/master/docker/Dockerfile.base
Expand Down
Loading