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

Make sbt native packager use use buildx instead of build #3802

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

nzpr
Copy link
Collaborator

@nzpr nzpr commented Aug 14, 2022

Overview

TODO

Notes

Please make sure that this PR:

Bors cheat-sheet:

  • bors r+ runs integration tests and merges the PR (if it's approved),
  • bors try runs integration tests for the PR,
  • bors delegate+ enables non-maintainer PR authors to run the above.

@tgrospic
Copy link
Collaborator

tgrospic commented Aug 15, 2022

@nzpr buildx is not enabled by default. This article has some example hot to enable it with sbt.
https://softwaremill.com/how-to-build-multi-platform-docker-image-with-sbt-and-docker-buildx/

Docker image must be build for multiple platforms at the same time and local Docker daemon will pull the right one.

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.

2 participants