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:
Zach Wasserman 2022-12-22 16:48:41 -06:00 committed by GitHub
parent 322356e929
commit e941adfaaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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
View file

@ -0,0 +1 @@
* Build on Ubuntu 20 to resolve glibc changes that were causing issues for older Docker runtimes.