mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Use ubuntu-20.04 runner for Fleet build (#9114)
A customer had a seccomp profile that seemed to be incompatible with the changes in glibc in ubuntu-22.04. Setting the builder back to 20.04 explicitly to resolve this issue.
This commit is contained in:
parent
322356e929
commit
e941adfaaa
2 changed files with 2 additions and 1 deletions
2
.github/workflows/goreleaser-fleet.yaml
vendored
2
.github/workflows/goreleaser-fleet.yaml
vendored
|
|
@ -20,7 +20,7 @@ permissions:
|
|||
|
||||
jobs:
|
||||
goreleaser:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
environment: Docker Hub
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
|
|||
1
changes/build-ubuntu-20
Normal file
1
changes/build-ubuntu-20
Normal file
|
|
@ -0,0 +1 @@
|
|||
* Build on Ubuntu 20 to resolve glibc changes that were causing issues for older Docker runtimes.
|
||||
Loading…
Reference in a new issue