Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: dd di cesare <[email protected]>
  • Loading branch information
didierofrivia committed Nov 6, 2024
1 parent 780b19c commit c5b96b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
with:
image: ${{ env.OPERATOR_NAME }}-catalog
tags: ${{ env.IMG_TAGS }}
archs: amd64,arm64,s390x,ppc64le
platforms: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le
context: ./catalog
dockerfiles: |
./catalog/${{ env.OPERATOR_NAME }}-catalog.Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion make/catalog.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CATALOG_DOCKERFILE = $(PROJECT_DIR)/catalog/authorino-operator-catalog.Dockerfil

$(CATALOG_DOCKERFILE): $(OPM)
-mkdir -p $(PROJECT_DIR)/catalog/authorino-operator-catalog
cd $(PROJECT_DIR)/catalog && $(OPM) generate dockerfile authorino-operator-catalog -b "quay.io/operator-framework/opm:v${OPM_VERSION}-$'\$${arch}" -i "quay.io/operator-framework/opm:v${OPM_VERSION}-$'\$${arch}" && sed -i '1s/^/ARG arch\n/' authorino-operator-catalog.Dockerfile
cd $(PROJECT_DIR)/catalog && $(OPM) generate dockerfile authorino-operator-catalog -b "quay.io/operator-framework/opm:latest" -i "quay.io/operator-framework/opm:latest"

catalog-dockerfile: $(CATALOG_DOCKERFILE) ## Generate catalog dockerfile.

Expand Down

0 comments on commit c5b96b4

Please sign in to comment.