From fcd06b4592cb769188f648b258dba5d1ceb8ba01 Mon Sep 17 00:00:00 2001 From: Yuriy Kohut Date: Wed, 6 Nov 2024 19:16:31 +0200 Subject: [PATCH] Update CI for aarch64 #2 --- .github/workflows/almalinux-compose-test-arm64.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/almalinux-compose-test-arm64.yml b/.github/workflows/almalinux-compose-test-arm64.yml index 0c60e18..0e11857 100644 --- a/.github/workflows/almalinux-compose-test-arm64.yml +++ b/.github/workflows/almalinux-compose-test-arm64.yml @@ -122,7 +122,7 @@ jobs: - name: Create AlmaLinux pungi repository if: inputs.pungi_repository run: | - cat <<'EOF'>./almalinux-pungi.repo + cat <<'EOF'>/etc/yum.repos.d/almalinux-pungi.repo [almalinux-${{ env.release_version }}-appstream-pungi] baseurl = http://aarch64-pungi-${{ env.release_version }}.almalinux.dev/almalinux/${{ env.release_version }}/$arch/${{ env.pungi_latest_result }}/compose/AppStream/$arch/os/ enabled = 1 @@ -145,7 +145,7 @@ jobs: - name: Create AlmaLinux pulp repository if: inputs.pulp_repository run: | - cat <<'EOF'>./almalinux-pulp.repo + cat <<'EOF'>/etc/yum.repos.d/almalinux-pulp.repo [almalinux-${{ env.pulp_root }}-appstream-pulp] baseurl = https://build.almalinux.org/pulp/content/prod/almalinux-${{ env.pulp_root }}-appstream-$arch/ enabled = 1