You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@hajapy which images specifically are you referring to? I didn't know this issue was being worked on but others in the community already made changes to the flytekit, flyte-binary and sandbox-bundled images.
Describe the issue
Update the build pipelines to also produce arm64 images.
At a glance, I think these workflows would need to be updated:
https://github.com/flyteorg/flytetools/blob/master/.github/workflows/docker_build.yml#L34
https://github.com/flyteorg/flytetools/blob/master/.github/workflows/publish.yml#L36
https://github.com/flyteorg/flyte/blob/master/.github/workflows/create_release.yml
I would suggest to look into using the official docker actions if possible:
https://github.com/docker/setup-buildx-action
https://github.com/docker/build-push-action
What if we do not do this?
Unable to use official flyte images on arm64 instances. Users would need to build their own images of all the flyte control plane components.
Related component(s)
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: