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

chore(ci): fix build pipeline #348

Merged
merged 1 commit into from
Jun 19, 2024
Merged

chore(ci): fix build pipeline #348

merged 1 commit into from
Jun 19, 2024

Conversation

pmalek
Copy link
Member

@pmalek pmalek commented Jun 19, 2024

What this PR does / why we need it:

  • adds usage of .github/workflows/__build-workflow.yaml in PR workflow
  • adds test-image job in above mentioned workflow to test the built image

Fixes the issue in main's build pipeline: https://github.com/Kong/gateway-operator/actions/runs/9579441368/job/26411926811 where we're trying to run the image but we don't have the qemu enabled so we get the exec error because CI tries to run the image for a different arch:

Status: Downloaded newer image for kong/gateway-operator-oss:sha-e765792-arm64
exec /manager: exec format error

@pmalek pmalek self-assigned this Jun 19, 2024
@pmalek pmalek force-pushed the fix-build-workflow branch 6 times, most recently from d50d2c3 to da4cd39 Compare June 19, 2024 11:34
@pmalek pmalek marked this pull request as ready for review June 19, 2024 12:00
@pmalek pmalek requested a review from a team as a code owner June 19, 2024 12:00
@pmalek pmalek added this to the KGO v1.3.x milestone Jun 19, 2024
@pmalek pmalek merged commit 699c197 into main Jun 19, 2024
24 checks passed
@pmalek pmalek deleted the fix-build-workflow branch June 19, 2024 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants