Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support arm platform #164

Open
klerick opened this issue Jan 11, 2025 · 3 comments
Open

Support arm platform #164

klerick opened this issue Jan 11, 2025 · 3 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@klerick
Copy link

klerick commented Jan 11, 2025

Could you add support arm platform for dashboard image?

@klerick klerick added the kind/feature Categorizes issue or PR as related to a new feature. label Jan 11, 2025
@warjiang
Copy link
Contributor

@klerick Yes, we have plan to support for multi-platform => #121
Are you deploy karmda dashboard on arm platform

@klerick
Copy link
Author

klerick commented Jan 13, 2025

Im using arm. So, I tied to deploy karmda dashboard on arm)

@warjiang
Copy link
Contributor

would like to help us add build feature for arm64 , i think we should add build target in ci.yaml

build-bin:
name: build-bin
runs-on: ubuntu-22.04
steps:
- name: checkout code
uses: actions/checkout@v4
with:
# Number of commits to fetch. 0 indicates all history for all branches and tags.
# We need to guess version via git tags.
fetch-depth: 0
- name: install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: compile
run: make all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants