-
Notifications
You must be signed in to change notification settings - Fork 954
Feature: provide arm64 builds to Docker Hub #1305
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
Comments
Not a Temporal Server issue, while still frustrating. Looks like many users have this problem on the A14 chipsets. |
I guess it's still nice to be able to push native |
FYI now temporal builds with Go 1.16, we should push arm64 builds. |
@wxing1292 FYI we're still not pushing arm64 builds to Docker hub. |
Also needs |
With #1575 merged it becomes easier to build ARM images. I did it locally with simple command:
We will consider adding ARM to our release images. |
Is there an ETA on this? :-) |
I am seeing this error on 1.12.3 and 1.13.0 with some subtle differences on an M1 Mac.
...Thus I think there is some relationship between this bug and the degree to which the postgres database is initialized. |
there is a set of new GHA pipelines that build both arm64 and amd64 images: build & release of base*-images build of release of |
Is your feature request related to a problem? Please describe.
Running amd64 builds on Apple Silicon is very slow and will trigger a qemu crash on Docker for Mac on Apple Silicon hardware.
Describe the solution you'd like
Push builds native to Apple Silicon and ARM in general.
Additional context
The text was updated successfully, but these errors were encountered: