Skip to content

Commit

Permalink
workflow: package-rpm: Update CentOS7 aarch64 mirror
Browse files Browse the repository at this point in the history
The build matrix for the package-rpm workflow defines the mirror for
CentOS7 aarch64 as,
  'http://vault.centos.org/altarch/7/os/aarch64/Packages'

Using the link without a trailing '/' causes the URL to be redirected to
a forbidden link.

Signed-off-by: Charles Murcott <[email protected]>
Signed-off-by: Louis Peens <[email protected]>
  • Loading branch information
cmurcott-corigine authored and louis-peens committed Oct 24, 2024
1 parent a49ccbe commit 34e5c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-rpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
"aarch64": {
"container": "centos:7",
"mirrors": [
"http://vault.centos.org/altarch/7/os/aarch64/Packages"
"http://vault.centos.org/altarch/7/os/aarch64/Packages/"
]
}
},
Expand Down

0 comments on commit 34e5c5c

Please sign in to comment.