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

container build is very slow on arm/arm64 platforms #133

Closed
sp-yduck opened this issue Nov 10, 2023 · 1 comment · Fixed by #138
Closed

container build is very slow on arm/arm64 platforms #133

sp-yduck opened this issue Nov 10, 2023 · 1 comment · Fixed by #138

Comments

@sp-yduck
Copy link
Collaborator

/kind feature

Describe the solution you'd like
somehow arm64 and arm/v7 container builds took about 30mins while amd64 builds were finished within 4mins. they should not take so much time comparing to amd64.
amd64 : 230s = 3m50s
arm64 : 1737s = 28m57s
arm/v7 : 1875s = 31m15s
build-slow

Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]

Environment:

  • Cluster-api-provider-proxmox version:
  • Proxmox VE version:
  • Kubernetes version: (use kubectl version):
  • OS (e.g. from /etc/os-release):
@sp-yduck
Copy link
Collaborator Author

it looks using docker/build-push-action is causing this slow because the other build done by make docker-buildx finishes with about 85s for both amd64 and arm64 . job : https://github.com/sp-yduck/cluster-api-provider-proxmox/actions/runs/6832135564/job/18582489629
let's use make docker-buildx for this image publishing job as well

buildx-85s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant