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

multi-arch oci release github actions example #39

Closed
dr-housemd opened this issue Jun 29, 2024 · 1 comment
Closed

multi-arch oci release github actions example #39

dr-housemd opened this issue Jun 29, 2024 · 1 comment
Assignees
Milestone

Comments

@dr-housemd
Copy link
Contributor

dr-housemd commented Jun 29, 2024

Much like Docker docs leverage Actions artifacts/cache, we should have a similar example using buildsafe.
In the example , we should:

  • leverage github runners of different arch(not use QEMU)
  • push image with "bsf oci --push " (we should have a flag --digest that can print out the digest to be saved on disk)
  • Merge section of the action can remain as-is since we'll essentially only replace Docker for build in this workflow.

https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners

related to broader- #24

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

No branches or pull requests

3 participants