Skip to content

Commit

Permalink
Update CI for aarch64 AlmaLinux#2
Browse files Browse the repository at this point in the history
  • Loading branch information
yuravk committed Nov 6, 2024
1 parent 9f2a729 commit fcd06b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/almalinux-compose-test-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit fcd06b4

Please sign in to comment.