Skip to content

Commit

Permalink
chore(cd): build ubuntu jammy artifacts in docker (#13212)
Browse files Browse the repository at this point in the history
Github runner's "ubuntu-latest" will be bumped to ubuntu 24.04, thus build outside of docker results in artifacts targeting 24.04.
  • Loading branch information
fffonion authored Jun 17, 2024
1 parent 9c0aad4 commit 8fdfb46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/matrix-commitly.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# please see matrix-full.yml for meaning of each field
build-packages:
- label: ubuntu-22.04
os: ubuntu-22.04
image: ubuntu:22.04
package: deb
check-manifest-suite: ubuntu-22.04-amd64

Expand Down
2 changes: 2 additions & 0 deletions .github/matrix-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ build-packages:
package: deb
check-manifest-suite: ubuntu-20.04-amd64
- label: ubuntu-22.04
image: ubuntu:22.04
package: deb
check-manifest-suite: ubuntu-22.04-amd64
- label: ubuntu-22.04-arm64
image: ubuntu:22.04
package: deb
bazel-args: --platforms=//:generic-crossbuild-aarch64
check-manifest-suite: ubuntu-22.04-arm64
Expand Down

1 comment on commit 8fdfb46

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Bazel Build

Docker image available kong/kong:8fdfb46b497e6237af0d95b9c75587d5aa17d368
Artifacts available https://github.com/Kong/kong/actions/runs/9542792065

Please sign in to comment.