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

feat: docker build for multi arch #238

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

vijayg10
Copy link
Contributor

@vijayg10 vijayg10 commented Mar 2, 2023

Refactored build, build-local, publish-snapshot and publish jobs in circleCI to build docker images using buildx.
This is to support multiple architectures apart from amd64 like arm64. This enables Apple Macbook users with apple silicon chips to run TTK locally without any x86 emulation.

Issue: Currently the image-scan step is failing if we build the docker image using buildx. Need to investigate the cause and fix it.

@vijayg10 vijayg10 self-assigned this Mar 2, 2023
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 this pull request may close these issues.

1 participant