Skip to content

Commit

Permalink
Revert "squid: Update contrib/ceph-build-config.sh with the release n…
Browse files Browse the repository at this point in the history
…ame"

This reverts commit 7ba35c5.

We don't yet have released squid packages.  Wait to change the
default flavors to build (the Jenkins container-build-and-push job
uses the defaults set here).

Signed-off-by: Dan Mick <[email protected]>
  • Loading branch information
Dan Mick authored and ljflores committed Dec 15, 2023
1 parent 0396eef commit 4e397bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/ceph-build-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ trap 'exit $?' ERR
# These build scripts don't need to have the aarch64 part of the distro specified
# I.e., specifying 'luminous,centos-arm64,7' is not necessary for aarch64 builds; these scripts
# will do the right build. See configurable CENTOS_AARCH64_FLAVOR_DISTRO below
X86_64_FLAVORS_TO_BUILD="pacific,centos,8 quincy,centos,8 reef,centos,8 squid,centos,8"
AARCH64_FLAVORS_TO_BUILD="pacific,centos,8 quincy,centos,8 reef,centos,8 squid,centos,8"
X86_64_FLAVORS_TO_BUILD="pacific,centos,8 quincy,centos,8 reef,centos,8"
AARCH64_FLAVORS_TO_BUILD="pacific,centos,8 quincy,centos,8 reef,centos,8"

# Allow running this script with the env var ARCH='aarch64' to build arm images
# ARCH='x86_64'
Expand Down

0 comments on commit 4e397bb

Please sign in to comment.