From 86cd6d7b176791e3082a7644916ee14dd3f04040 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Tue, 6 Apr 2021 11:10:44 +0300 Subject: [PATCH] Use older ubuntu image for buildah-based builds This fixes our builds. Related-to: https://github.com/redhat-actions/buildah-build/issues/45 Signed-off-by: Juan Antonio Osorio Robles --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bbb9a21089..1d9a29127c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: - run: make nix nix-arm64 image: - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - uses: redhat-actions/buildah-build@v2 @@ -46,7 +46,7 @@ jobs: password: ${{ secrets.QUAY_TOKEN }} ubi-image: - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - uses: redhat-actions/buildah-build@v2