From 02671c5ebe28656f563f327f188a9d0716afee5d Mon Sep 17 00:00:00 2001 From: Chris Marslender Date: Wed, 10 Jul 2024 12:27:37 -0500 Subject: [PATCH 1/3] Updated manylinux build images --- .github/workflows/build-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 156b4a8d..1e609200 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -11,7 +11,7 @@ jobs: build-harvester-linux-x86-64: runs-on: ubuntu-20.04 container: - image: ghcr.io/chia-network/build-images/manylinux2014_cuda_x86_64:sha-1caf046d5ff19b7c743de2a106dd86928794032b + image: ghcr.io/chia-network/build-images/manylinux_cuda_x86_64:main steps: - name: Checkout Repo uses: actions/checkout@v4 @@ -105,7 +105,7 @@ jobs: build-harvester-linux-arm64: runs-on: [ARM64, Linux] container: - image: ghcr.io/chia-network/build-images/manylinux2014_cuda_aarch64:sha-1caf046d5ff19b7c743de2a106dd86928794032b + image: ghcr.io/chia-network/build-images/manylinux_cuda_aarch64:main steps: - name: Checkout Repo uses: actions/checkout@v4 From 51a29432a72a424dbd001645613deaf62df7b757 Mon Sep 17 00:00:00 2001 From: Chris Marslender Date: Wed, 10 Jul 2024 12:30:52 -0500 Subject: [PATCH 2/3] Update to the rocky8 image for rhel builds --- .github/workflows/build-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 1e609200..1b5ea039 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -279,7 +279,7 @@ jobs: build-bladebit-centos-x86-64: runs-on: ubuntu-20.04 container: - image: quay.io/centos/centos:stream8 + image: chianetwork/rocky8-builder:latest steps: - name: Checkout Repo uses: actions/checkout@v4 @@ -339,7 +339,7 @@ jobs: build-bladebit-centos-arm64: runs-on: [ARM64, Linux] container: - image: quay.io/centos/centos:stream8 + image: chianetwork/rocky8-builder:latest steps: - name: Checkout Repo uses: actions/checkout@v4 From 37fd0ffef0b01e72d2581cb2183cb8dc7a3c3312 Mon Sep 17 00:00:00 2001 From: Chris Marslender Date: Wed, 10 Jul 2024 13:34:13 -0500 Subject: [PATCH 3/3] Update intel mac to macos12 --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 1b5ea039..a122efa6 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -195,7 +195,7 @@ jobs: if-no-files-found: error build-harvester-macos-x86-64: - runs-on: macOS-11 + runs-on: macOS-12 steps: - name: Cleanup Environment uses: Chia-Network/actions/clean-workspace@main