File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ func loadSettings() error {
286
286
}
287
287
288
288
func main () {
289
- log .Infof ("starting %s %s" , os .Args [0 ], version )
289
+ log .Infof ("Starting %s %s" , os .Args [0 ], version )
290
290
var (
291
291
awsAdapter * aws.Adapter
292
292
kubeAdapter * kubernetes.Adapter
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ pipeline:
65
65
IMAGE=$IMAGE VERSION=$VERSION make build.push
66
66
67
67
# multi-arch image (Zalando private)
68
- make build.linux.amd64 build.linux.arm64
68
+ VERSION=$VERSION make build.linux.amd64 build.linux.arm64
69
69
IMAGE=container-registry-test.zalando.net/teapot/kube-ingress-aws-controller
70
70
docker buildx create --config /etc/cdp-buildkitd.toml --driver-opt network=host --bootstrap --use
71
71
docker buildx build --rm --build-arg BASE_IMAGE=container-registry.zalando.net/library/static:latest -t "${IMAGE}:${VERSION}" --platform linux/amd64,linux/arm64 --push .
You can’t perform that action at this time.
0 commit comments