Skip to content

Commit eb335d5

Browse files
committed
ci(release): add note about slow arm64 emulated builds
1 parent 84a5e46 commit eb335d5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
- name: Generate CRD manifests
4646
run: make manifests
4747

48+
- name: Build context note
49+
run: |
50+
echo "::notice title=Multi-arch build note::linux/arm64 is built via QEMU emulation on an amd64 runner. This phase can be slow and may appear quiet for several minutes."
51+
4852
- name: Build and push operator image
4953
uses: docker/build-push-action@v6
5054
with:

0 commit comments

Comments
 (0)