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:
parent
cda59ccc9c
commit
ff2b743a94
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue