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

ci: Skip aarch64 builds except for new releases #115

Merged

Commits on Jul 10, 2023

  1. ci: Skip aarch64 builds except for new releases

    These builds are extremely slow due to needing to rely on emulation, and
    we can't adequately test them due to the emulation not providing all
    syscalls that we require. There's little point to wasting time building
    something that we can't test for every push to a PR branch, so we'll
    defer building these until the time a release is cut.
    
    Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
    godlygeek committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    97abf32 View commit details
    Browse the repository at this point in the history