You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,10 @@ jobs:
45
45
- name: Generate CRD manifests
46
46
run: make manifests
47
47
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."
0 commit comments