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
Use the "Build Multi-Arch Docker Images (Native Runners)" workflow in GitHub Actions with workflow_dispatch trigger. This uses a digest-based approach for robust multi-arch builds.
14
+
15
+
Example parameters:
16
+
-`docker_dir`: `runtime-18.15`
17
+
-`image_name`: `runtime`
18
+
-`tag_prefix`: `18.15.0`
19
+
-`dockerfile`: `Dockerfile` (optional)
20
+
21
+
**Prerequisites**: Set up `DOCKERHUB_USERNAME` and `DOCKERHUB_TOKEN` secrets in your GitHub repository.
22
+
23
+
**Note**: The workflow currently uses QEMU emulation on ubuntu-latest runners. For true native builds, change the ARM64 runner to `ubuntu-latest-arm64` if available in your GitHub account.
0 commit comments