-
Notifications
You must be signed in to change notification settings - Fork 51
Added multi platform docker image #918
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
base: main
Are you sure you want to change the base?
Conversation
b6d46bb to
55c9b89
Compare
|
doesn't work 🤷 |
|
I will look into it later today |
|
I am a little bit confused, the tags in the docker image correspond to the tags of the releases, but the actions only run on pushes and pull requests. |
I guess previously the part using |
|
This might work but it seems this environment is not able to install yarn packages??? |
|
I see, it should work, because I could compile it on my arm server, maybe its some weird issue with github workers. |
|
Maybe just updating the dependencies will fix it lets see 🤷 #919 |
|
ok idk seems not to work for our docker image / build process 🤷 |
|
I don't understand it, maybe someone else in the future will have the same problem and fix it xD |
Like I mentioned in #917 , I would love to have the docker image for arm64 as well.
I made a few changes, since I don't understand any of this matrix variables I just copy pasted my config and adjusted it. You would need to add the checks you have and the matrix vars you use.