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

Build the container for non-amd64 architectures #50

Open
laurelmay opened this issue Mar 4, 2022 · 0 comments
Open

Build the container for non-amd64 architectures #50

laurelmay opened this issue Mar 4, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@laurelmay
Copy link
Contributor

laurelmay commented Mar 4, 2022

As a user of the all-in-one OSCAL Editor, I want to run the image from Docker Hub or the GitHub Container Registry on my Raspberry Pi (or other arm64/aarch64 machine) and Graviton2 EC2 instance.

Acceptance Critera

  • An image supporting 64-bit ARM is also pushed to the image repositories on GitHub and Docker Hub

Implementation Notes

  • We probably want to consider docker/setup-qemu-action@v1 for this
  • If trivial we may want to support all architectures
  • If this slows down the build process, we may want to only do this for the final build of the container (not the earlier build that gets used for testing) or use a more limited set of architectures (such as: arm, amd, riscv)
@laurelmay laurelmay added the enhancement New feature or request label Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant