Skip to content

Commit 6edf612

Browse files
authored
Move target_arch variable to the right build container (#482)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent b6eb687 commit 6edf612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Base image to use at runtime
22
ARG base_image=public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-nonroot:2023-08-24-1692903666.2023
33

4-
ARG target_arch=amd64
54

65
# Golang image to use for compiling the manager
76
ARG builder_image=public.ecr.aws/docker/library/golang
@@ -13,6 +12,7 @@ ARG golang_version
1312
FROM $builder_image:$golang_version as builder
1413

1514
ARG service_alias
15+
ARG target_arch=amd64
1616
# The tuple of controller image version information
1717
ARG service_controller_git_version
1818
ARG service_controller_git_commit

0 commit comments

Comments
 (0)