Explorar o código

Remove platform specific determination

Jamie Curnow %!s(int64=4) %!d(string=hai) anos
pai
achega
f2f653e345
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      docker/Dockerfile

+ 1 - 2
docker/Dockerfile

@@ -3,10 +3,9 @@
 
 # This file assumes that the frontend has been built using ./scripts/frontend-build
 
-FROM --platform=${TARGETPLATFORM:-linux/amd64} jc21/nginx-full:node
+FROM jc21/nginx-full:node
 
 ARG TARGETPLATFORM
-ARG BUILDPLATFORM
 ARG BUILD_VERSION
 ARG BUILD_COMMIT
 ARG BUILD_DATE