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

Add AArch64 container variants #65

Merged
merged 4 commits into from
May 14, 2024
Merged

Commits on May 14, 2024

  1. add AArch64 container

    Add an AArch64 version of the seL4, CAmkES, and L4v containers. seL4 and
    CAmkES should have full functionality, L4v will be missing the mlton
    compiler.
    
    The Intel containers remain available as before.
    
    Co-authored-by: Gerwin Klein <[email protected]>
    Signed-off-by: Gerwin Klein <[email protected]>
    Ivan-Velickovic and lsf37 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    0a40f15 View commit details
    Browse the repository at this point in the history
  2. github: add a MacOS M1 build job

    Signed-off-by: Gerwin Klein <[email protected]>
    lsf37 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c067d05 View commit details
    Browse the repository at this point in the history
  3. update README

    - remove obsolete options and settings
    - spell check
    - update github org URLs
    - update descriptions to current seL4 CI
    - update CLI instructions
    - markdown lint
    
    Signed-off-by: Gerwin Klein <[email protected]>
    lsf37 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c66283a View commit details
    Browse the repository at this point in the history
  4. github: no cached images on self-hosted runner

    Prevent the job from using cached images on the self-hosted runner to
    make sure we are picking up the current state of the remote Debian repo.
    GitHub runners start from scratch each time, so they won't have any
    cached images available.
    
    Signed-off-by: Gerwin Klein <[email protected]>
    lsf37 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e0f4c24 View commit details
    Browse the repository at this point in the history