Skip to content

Comments

David.benque/build image automation#106

Open
dbenque wants to merge 2 commits intodatadog-master-vpa-0.13.0from
david.benque/build-image-automation
Open

David.benque/build image automation#106
dbenque wants to merge 2 commits intodatadog-master-vpa-0.13.0from
david.benque/build-image-automation

Conversation

@dbenque
Copy link

@dbenque dbenque commented Apr 10, 2024

add CI to produce images of updater/recommender/admission when repo is tagged

ENV GOARCH=${TARGETARCH}

WORKDIR /go/src/k8s.io/autoscaler/vertical-pod-autoscaler/pkg/recommender
RUN env CGO_ENABLED=0 GOARCH=${TARGETARCH} GOOS=linux go build -o vpa-recommender -buildvcs=false --ldflags "-s"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

with the introduction of the before script there https://github.com/DataDog/compute-delivery/blame/master/gitlab-pipeline-templates/v2/compute-delivery.yml#L137
it should work without -buildvcs=false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants