Skip to content

Commit

Permalink
fix arm64 builds (resign) (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-cxf authored May 15, 2024
1 parent 6d50924 commit e1d8ea1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
ARG NGINX_INGRESS_VERSION=${NGINX_INGRESS_VERSION:-v1.10.0}
FROM --platform=$BUILDPLATFORM registry.k8s.io/ingress-nginx/controller:${NGINX_INGRESS_VERSION}
FROM registry.k8s.io/ingress-nginx/controller:${NGINX_INGRESS_VERSION}

ARG BUILDPLATFORM
ARG PKGNAME=${PKGNAME:-nginx-module-sigsci-nxo}

# Change to the root user to update the container
Expand Down

0 comments on commit e1d8ea1

Please sign in to comment.