Skip to content

Commit

Permalink
docker-library: No ppc64le jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Sep 7, 2023
1 parent c73eb26 commit 930c800
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/docker-library-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ annotate() {
build() {
image=mariadb-${tarbuildnum}-${builderarch}
local galera_repo="deb [trusted=yes] https://buildbot.mariadb.net/archive/builds/mariadb-4.x/latest/kvm-deb-${bbnet}-${builderarch}-gal/debs/ ./"
# ppc64le missing - https://buildbot.mariadb.net/archive/builds/mariadb-4.x/latest/kvm-deb-jammy-ppc64le-gal/
if [ "$1" = ppc64le ] && [ "$bbnet" = jammy ]; then
galera_repo=""
fi
# s390x broken https://github.com/MariaDB/buildbot/pull/165
if [ "$1" = s390x ]; then
galera_repo=""
Expand Down

0 comments on commit 930c800

Please sign in to comment.