Skip to content

Commit

Permalink
bbw: opensuse - match reponame of galera
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Nov 20, 2024
1 parent d4059f6 commit e59f744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_build_images/opensuse.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY --chmod=755 mariadb_zypper_expect /
RUN zypper update -y \
&& zypper install -y -t pattern devel_basis \
&& source /etc/os-release \
&& VERSION_ID=${VERSION_ID%%.*} \
&& VERSION_ID=${VERSION_ID/./0} \
&& ARCH=$(rpm --query --queryformat='%{ARCH}' zypper) \
&& if [ "$ARCH" = x86_64 ]; then ARCH=amd64 ; fi \
&& zypper addrepo https://ci.mariadb.org/galera/mariadb-4.x-latest-gal-"${ARCH}-${ID%%-leap}-${VERSION_ID}".repo \
Expand Down

0 comments on commit e59f744

Please sign in to comment.