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 14:48:41 -08:00
committed by GitHub
parent 322356e929
commit e941adfaaa
2 changed files with 2 additions and 1 deletions
+1 -1
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
View File
@@ -0,0 +1 @@
* Build on Ubuntu 20 to resolve glibc changes that were causing issues for older Docker runtimes.