Skip to content

Commit

Permalink
fix: Release container image for arm64 platform (#23128) (#1895)
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanalawiyat authored Sep 11, 2024
1 parent f3f8883 commit 87f29e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/release/make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ init() {
PREPARE_COMMUNITY_OPERATORS_UPDATE=false
OPERATOR_REPO=$(dirname "$(dirname "$(dirname "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")")")")
FORCE_UPDATE=""
BUILDX_PLATFORMS="linux/amd64,linux/ppc64le"
BUILDX_PLATFORMS="linux/amd64,linux/ppc64le,linux/arm64"
CSV_STABLE_PATH=$(make csv-path CHANNEL=stable)
MANAGER_YAML=${OPERATOR_REPO}/config/manager/manager.yaml
CHE_OPERATOR_IMAGE=$(yq -r '.spec.template.spec.containers[0].image' "${MANAGER_YAML}" | sed -e "s/\(.*:\).*/\1${RELEASE}/")
Expand Down

0 comments on commit 87f29e2

Please sign in to comment.