We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
target_arch
1 parent b6eb687 commit 6edf612Copy full SHA for 6edf612
Dockerfile
@@ -1,7 +1,6 @@
1
# Base image to use at runtime
2
ARG base_image=public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:2023-08-24-1692903666.2023
3
4
-ARG target_arch=amd64
5
6
# Golang image to use for compiling the manager
7
ARG builder_image=public.ecr.aws/docker/library/golang
@@ -13,6 +12,7 @@ ARG golang_version
13
12
FROM $builder_image:$golang_version as builder
14
15
ARG service_alias
+ARG target_arch=amd64
16
# The tuple of controller image version information
17
ARG service_controller_git_version
18
ARG service_controller_git_commit
0 commit comments