Only build nginx-errors for linux/amd64 (#7625)

* Fix wrong image location used in nginx-errors example config

* Only build nginx-errors for linux/amd64
This commit is contained in:
Jennifer Kirsch 2021-09-12 19:08:06 +02:00 committed by GitHub
parent cda59ccc9c
commit ff2b743a94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ spec:
spec:
containers:
- name: nginx-error-server
image: gcr.io/k8s-staging-ingress-nginx/nginx-errors:0.48.1
image: k8s.gcr.io/ingress-nginx/nginx-errors:0.48.1
ports:
- containerPort: 8080
# Setting the environment variable DEBUG we can see the headers sent

View file

@ -29,7 +29,7 @@ IMAGE = $(REGISTRY)/nginx-errors
export DOCKER_CLI_EXPERIMENTAL=enabled
# build with buildx
PLATFORMS?=linux/amd64,linux/arm,linux/arm64
PLATFORMS?=linux/amd64
OUTPUT=
PROGRESS=plain