Skip to content

Commit

Permalink
Google Cloud SDK repo: use el9 and don't force architecture
Browse files Browse the repository at this point in the history
Something must have happened to the GCP repository, because we have been
building the 'cloud-tools' container for both aarch64 and x86_64 for the
past 2 years, but using a GCP repository that hard-coded the x86_64 arch
in its URL. And so far everything worked just fine. However, the aarch64
builds now started to fail on installation of x86_64 packages.

Use the el0 version of the repository and don't specify the architecture
explicitly in the URL, but let DNF substitute it based on the host arch.

Signed-off-by: Tomáš Hozza <[email protected]>
  • Loading branch information
thozza committed Nov 13, 2024
1 parent 1953fe3 commit 751b1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/google-cloud-sdk.repo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[google-cloud-sdk]
name=Google Cloud SDK
baseurl=https://packages.cloud.google.com/yum/repos/cloud-sdk-el8-x86_64
baseurl=https://packages.cloud.google.com/yum/repos/cloud-sdk-el9-$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=0
Expand Down

0 comments on commit 751b1b0

Please sign in to comment.