Skip to content

Commit ef3b413

Browse files
authored
fix copying non-existing 1.34 artifact in packages build (#5137)
1 parent d758a21 commit ef3b413

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

projects/aws/eks-anywhere-packages/Help.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ _output/dependencies/linux-amd64/eksd/kubernetes/client: ## Fetch `_output/depen
3838
_output/dependencies/linux-arm64/eksd/kubernetes/client: ## Fetch `_output/dependencies/linux-arm64/eksd/kubernetes/client`
3939
_output/dependencies/linux-amd64/eksa/aws/rolesanywhere-credential-helper: ## Fetch `_output/dependencies/linux-amd64/eksa/aws/rolesanywhere-credential-helper`
4040
_output/dependencies/linux-arm64/eksa/aws/rolesanywhere-credential-helper: ## Fetch `_output/dependencies/linux-arm64/eksa/aws/rolesanywhere-credential-helper`
41-
_output/dependencies/linux-amd64/eksa/kubernetes/cloud-provider-aws/1-34: ## Fetch `_output/dependencies/linux-amd64/eksa/kubernetes/cloud-provider-aws/1-34`
42-
_output/dependencies/linux-arm64/eksa/kubernetes/cloud-provider-aws/1-34: ## Fetch `_output/dependencies/linux-arm64/eksa/kubernetes/cloud-provider-aws/1-34`
41+
_output/dependencies/linux-amd64/eksa/kubernetes/cloud-provider-aws/1-35: ## Fetch `_output/dependencies/linux-amd64/eksa/kubernetes/cloud-provider-aws/1-35`
42+
_output/dependencies/linux-arm64/eksa/kubernetes/cloud-provider-aws/1-35: ## Fetch `_output/dependencies/linux-arm64/eksa/kubernetes/cloud-provider-aws/1-35`
4343

4444
##@ Checksum Targets
4545
checksums: ## Update checksums file based on currently built binaries.

projects/aws/eks-anywhere-packages/docker/linux/credentialprovider/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG TARGETARCH
55
ARG TARGETOS
66

77
COPY _output/dependencies/$TARGETOS-$TARGETARCH/eksa/aws/rolesanywhere-credential-helper/aws_signing_helper /eksa-binaries/
8-
COPY _output/dependencies/$TARGETOS-$TARGETARCH/eksa/kubernetes/cloud-provider-aws/1-34/ecr-credential-provider /eksa-binaries/v1/ecr-credential-provider
8+
COPY _output/dependencies/$TARGETOS-$TARGETARCH/eksa/kubernetes/cloud-provider-aws/1-35/ecr-credential-provider /eksa-binaries/v1/ecr-credential-provider
99
COPY _output/bin/eks-anywhere-packages/$TARGETOS-$TARGETARCH/credentialprovider /
1010
COPY _output/LICENSES /LICENSES
1111
COPY CREDENTIALPROVIDER_ATTRIBUTION.txt /ATTRIBUTION.txt

0 commit comments

Comments
 (0)