Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration to GHA #455

Merged
merged 12 commits into from
Apr 30, 2024
Merged

Migration to GHA #455

merged 12 commits into from
Apr 30, 2024

Conversation

alexandreLamarre
Copy link
Contributor

@alexandreLamarre alexandreLamarre commented Apr 11, 2024

  • Adds goreleaser for binary release CI, a standard release tool for go binaries. Preserves the same static link flags as our package script
  • Migrates main CI (build & test) to gha dynamic matrices (linuxamd, linuxarm) x (min_supported_k8s-version, max_supported_k8s_version)
  • Migrates image building CI to using docker-build-and-push action using buildx and docker manifests.

⚠️ Does not include arm64 support, will follow up in a separate PR on this

image
image

Signed-off-by: Alexandre Lamarre <[email protected]>
.goreleaser.yaml Outdated Show resolved Hide resolved
scripts/integration Outdated Show resolved Hide resolved
scripts/integration Outdated Show resolved Hide resolved
Copy link
Collaborator

@ericpromislow ericpromislow left a comment

Choose a reason for hiding this comment

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

Just nits. The CI files look good, and it's helpful that the github actions are passing.

Signed-off-by: Alexandre Lamarre <[email protected]>
Signed-off-by: Alexandre Lamarre <[email protected]>
Copy link
Member

@mallardduck mallardduck left a comment

Choose a reason for hiding this comment

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

LGTM.

@ericpromislow - IIRC you said you would handle this round of release stuff for BRO. So if we merge this before that release then this will most directly affect you, so i'll mostly defer to your call - beyond this initial review.

Copy link
Collaborator

@ericpromislow ericpromislow left a comment

Choose a reason for hiding this comment

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

Looks good now

@ericpromislow ericpromislow merged commit f83e024 into release/v5.0 Apr 30, 2024
3 checks passed
@alexandreLamarre alexandreLamarre deleted the gha branch May 1, 2024 17:50
This was referenced May 13, 2024
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.

3 participants