mirror of
https://github.com/mariadb-operator/mariadb-operator.git
synced 2025-08-18 08:17:37 +00:00
Validate multiarch bundle
This commit is contained in:
2
.github/workflows/olm.yml
vendored
2
.github/workflows/olm.yml
vendored
@ -104,6 +104,8 @@ jobs:
|
||||
|
||||
- name: Regenerate bundle with new digests
|
||||
run: make bundle
|
||||
env:
|
||||
BUNDLE_VALIDATE_FLAGS: "--select-optional suite=operatorframework --select-optional name=multiarch"
|
||||
|
||||
- name: Commit bundle changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
|
@ -28,6 +28,7 @@ scorecard-sa: ## Create scorecard ServiceAccount.
|
||||
$(KUBECTL) apply -f ./hack/manifests/scorecard-serviceaccount.yaml
|
||||
|
||||
BUNDLE_VALIDATE_FLAGS ?= --select-optional suite=operatorframework
|
||||
# BUNDLE_VALIDATE_FLAGS ?= --select-optional suite=operatorframework --select-optional name=multiarch
|
||||
.PHONY: bundle-validate
|
||||
bundle-validate: operator-sdk ## Validate content and format of the operator bundle.
|
||||
$(OPERATOR_SDK) bundle validate ./bundle $(BUNDLE_VALIDATE_FLAGS)
|
||||
|
Reference in New Issue
Block a user