Skip to content
Hang Jiang edited this page Nov 22, 2018 · 2 revisions

ARM64 Rancher-server and Rancher-agent

Preparations for building ARM64 Rancher-server and Rancher-agent

For building ARM64 Rancher-server and Rancher-agent images, the following projects need to be built on ARM64 and release ARM64 binaries on GitHub first.

  • rancher/helm

    • this repo already supports arm64 build, we just need to release ARM64 helm and tiller binaries on GitHub
  • rancher/machine-package

    • Pull request
    • After the PR merged, we need to release ARM64 binary on GitHub.
  • rancher/loglevel

    • Pull request
    • After the PR merged, we need to release ARM64 binary on GitHub.
  • rancher/telemetry

    • Pull request
    • After the PR merged, we need to release ARM64 binary on GitHub.
  • rancher/share-mnt

    • Pull request
    • After the PR merged, we need to release ARM64 binary on GitHub.
  • c-bata/kube-prompt

    • Because this repo is not rancher's and does not provide an ARM64 release. So I forked this repo and modified the build scripts. This repo needs to be transferred to rancher and release ARM64 binary on GitHub.
    • Repository
  • krallin/tini

    • this repo already has the arm64 binary released.

After these repos are prepared, I will submit the PRs for building ARM64 Rancher-server and Rancher-agent.