Skip to content

Commit 008ed9f

Browse files
committed
[CI] Fix build-release workflow
- Typo in path - Missing QEMU binaries for cross-platform build
1 parent 9f8afb8 commit 008ed9f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build-test-publish.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
uses: actions/download-artifact@v4
228228
with:
229229
name: operator-manifests
230-
path: release/
230+
path: releases/
231231
- name: Rename manifest for GCS
232232
run: mv releases/cluster-operator.yml cluster-operator-${{ env.image_version }}.yml
233233

@@ -305,6 +305,12 @@ jobs:
305305
- name: Checkout
306306
uses: actions/checkout@v4
307307

308+
- name: Set up QEMU
309+
uses: docker/setup-qemu-action@v3
310+
311+
- name: Set up Docker Buildx
312+
uses: docker/setup-buildx-action@v3
313+
308314
- name: Login to Docker Hub
309315
uses: docker/login-action@v3
310316
with:

0 commit comments

Comments
 (0)