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:
@@ -20,7 +20,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
goreleaser:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
environment: Docker Hub
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
* Build on Ubuntu 20 to resolve glibc changes that were causing issues for older Docker runtimes.
|
||||
Reference in New Issue
Block a user