This is an automated email from the ASF dual-hosted git repository.
squakez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new d0fca5cee chore(ci): arm64 note
d0fca5cee is described below
commit d0fca5cee294864d03390dd3b79e421e54796bfb
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Mon Aug 31 16:57:03 2026 +0200
chore(ci): arm64 note
---
release.adoc | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/release.adoc b/release.adoc
index 20fa79948..29c819eae 100644
--- a/release.adoc
+++ b/release.adoc
@@ -32,6 +32,11 @@ docker buildx ls | grep arm
NOTE: if you don't list any available builder, if you're on Ubuntu, you can
install quickly QEMU via `sudo apt-get install -y qemu qemu-user-static` and
retry to list the ARM64 based builders afterward.
+Something else you may need to run before being able to buil ARM64 is to run
the following:
+```
+docker run --privileged --rm tonistiigi/binfmt --install all
+```
+
[[releasing-camel-k]]
== Release Camel K