Update go to 1.5.1 and add arm64
This commit is contained in:
parent
b1f0d28634
commit
f156f3992b
2 changed files with 8 additions and 9 deletions
|
|
@ -27,7 +27,7 @@ IMAGE = $(REGISTRY)/e2e-test-runner
|
|||
export DOCKER_CLI_EXPERIMENTAL=enabled
|
||||
|
||||
# build with buildx
|
||||
PLATFORMS?=linux/amd64
|
||||
PLATFORMS?=linux/amd64,linux/arm64
|
||||
OUTPUT=
|
||||
PROGRESS=plain
|
||||
|
||||
|
|
@ -37,9 +37,9 @@ build: ensure-buildx
|
|||
--progress=$(PROGRESS) \
|
||||
--pull \
|
||||
--build-arg BASE_IMAGE=k8s.gcr.io/ingress-nginx/nginx:v20200812-g0673e5e17@sha256:3bafc6840f2477c05eb029580fa8ecf4bd33b0f0765e3cd9cc82ad91f817ccf3 \
|
||||
--build-arg GOLANG_VERSION=1.15 \
|
||||
--build-arg GOLANG_VERSION=1.15.1 \
|
||||
--build-arg ETCD_VERSION=3.4.3-0 \
|
||||
--build-arg K8S_RELEASE=v1.15.7 \
|
||||
--build-arg K8S_RELEASE=v1.18.6 \
|
||||
--build-arg RESTY_CLI_VERSION=0.25 \
|
||||
--build-arg RESTY_CLI_SHA=7c3d1317d7ddab2030b49610c89e301995d4ae0f815f16466c48144d05ec7bcb \
|
||||
--build-arg LUAROCKS_VERSION=3.3.1 \
|
||||
|
|
@ -47,7 +47,7 @@ build: ensure-buildx
|
|||
--build-arg CHART_TESTING_VERSION=3.0.0 \
|
||||
--build-arg YAML_LINT_VERSION=1.13.0 \
|
||||
--build-arg YAMALE_VERSION=1.8.0 \
|
||||
--build-arg HELM_VERSION=v3.2.1 \
|
||||
--build-arg HELM_VERSION=v3.3.1 \
|
||||
-t $(IMAGE):$(TAG) rootfs
|
||||
|
||||
# push the cross built image
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue