From b5253d5e908d08a76c86a50fc01e657e62344745 Mon Sep 17 00:00:00 2001 From: Jarno Rankinen Date: Thu, 6 Jun 2024 00:00:19 +0300 Subject: [PATCH] Attempt to fix GH Action build by using an older runner --- .github/workflows/build.yml | 2 +- Containerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d17b210..a5b4464 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ env: jobs: build_push_aurora: name: Build and publish SB image with ZFS - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 permissions: contents: read diff --git a/Containerfile b/Containerfile index 019333c..3971973 100644 --- a/Containerfile +++ b/Containerfile @@ -54,7 +54,7 @@ RUN curl -L -O https://src.fedoraproject.org/rpms/fedora-repos/raw/f${FEDORA_VER RUN dnf install -y jq dkms gcc make autoconf automake libtool rpm-build libtirpc-devel libblkid-devel \ libuuid-devel libudev-devel openssl-devel zlib-devel libaio-devel libattr-devel elfutils-libelf-devel \ kernel-$(cat /kernel-version.txt) kernel-modules-$(cat /kernel-version.txt) kernel-devel-$(cat /kernel-version.txt) \ - python3 python3-devel python3-setuptools python3-cffi libffi-devel git ncompress libcurl-devel fuse-overlayfs + python3 python3-devel python3-setuptools python3-cffi libffi-devel git ncompress libcurl-devel WORKDIR / # Uses project_id from: https://release-monitoring.org/project/11706/ RUN curl "https://release-monitoring.org/api/v2/versions/?project_id=11706" | jq --raw-output '.stable_versions[0]' >> /zfs_version.txt