Skip to content

Commit

Permalink
Update to Ubuntu 22.04 for building container init
Browse files Browse the repository at this point in the history
It's necessary to get new kernel headers and seccomp.
  • Loading branch information
marmarek committed Sep 29, 2023
1 parent 7647712 commit aa36126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
}
build-init:
name: Build container Init
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Install Musl
run: sudo apt-get install -y musl-tools musl
Expand Down

0 comments on commit aa36126

Please sign in to comment.