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
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
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)
The text was updated successfully, but these errors were encountered:
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
Implementation Notes
The text was updated successfully, but these errors were encountered: