Skip to content

Commit

Permalink
Merge pull request #95 from balena-io/ab77/operational
Browse files Browse the repository at this point in the history
Build on Ubuntu 20 to force GCLIB compatibility
  • Loading branch information
flowzone-app[bot] authored Jun 16, 2023
2 parents 4cdde4e + 40151af commit 0f3cd06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ jobs:
repo_config: true
repo_description: "sshproxy is a simple ssh server library exposing an even simpler API"
docker_images: ""
# open-balena-base/GLIBC compatibility
custom_runs_on: |
[["ubuntu-20.04"]]
docker_runs_on: |
{
"linux/amd64": ["ubuntu-20.04"]
}

0 comments on commit 0f3cd06

Please sign in to comment.