Skip to content

Commit

Permalink
chore(cd): build ubuntu jammy artifacts in docker
Browse files Browse the repository at this point in the history
Prepare self hosted runner to bump to ubuntu 24.04, thus build outside of docker results in artifacts targeting 24.04.
  • Loading branch information
fffonion authored Jun 16, 2024
1 parent 7585007 commit 39e3791
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 39e3791

Please sign in to comment.