Skip to content

Commit 701fc5c

Browse files
committed
Build multi arch images
1 parent 27d2a99 commit 701fc5c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,10 @@ jobs:
7171
- name: Build the ${{ github.repository }}
7272
run: |
7373
make reviewable
74-
make build
7574
7675
- name: Build Images
7776
run: |
78-
IMG=ghcr.io/sap/metrics-operator:${{ env.version }} make docker-build
77+
IMG=ghcr.io/sap/metrics-operator:${{ env.version }} make docker-buildx
7978
8079
- name: setup OCM
8180
uses: open-component-model/ocm-setup-action@main

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.5.1-dev
1+
v0.5.2

0 commit comments

Comments
 (0)