Skip to content

Commit

Permalink
Merge pull request #705 from zalando-incubator/build/fix-multiacrh-ve…
Browse files Browse the repository at this point in the history
…rsion

build: use correct version for multiarch image
  • Loading branch information
AlexanderYastrebov authored Jun 5, 2024
2 parents 0df1e50 + 9e66f30 commit 859127c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ func loadSettings() error {
}

func main() {
log.Infof("starting %s %s", os.Args[0], version)
log.Infof("Starting %s %s", os.Args[0], version)
var (
awsAdapter *aws.Adapter
kubeAdapter *kubernetes.Adapter
Expand Down
2 changes: 1 addition & 1 deletion delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pipeline:
IMAGE=$IMAGE VERSION=$VERSION make build.push
# multi-arch image (Zalando private)
make build.linux.amd64 build.linux.arm64
VERSION=$VERSION make build.linux.amd64 build.linux.arm64
IMAGE=container-registry-test.zalando.net/teapot/kube-ingress-aws-controller
docker buildx create --config /etc/cdp-buildkitd.toml --driver-opt network=host --bootstrap --use
docker buildx build --rm --build-arg BASE_IMAGE=container-registry.zalando.net/library/static:latest -t "${IMAGE}:${VERSION}" --platform linux/amd64,linux/arm64 --push .
Expand Down

0 comments on commit 859127c

Please sign in to comment.