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

workflows: add Linux aarch64 builds #278

Merged
merged 2 commits into from
Sep 10, 2024
Merged

Commits on Sep 10, 2024

  1. workflows: add CPU architecture to names of workflow artifacts

    We'll need to ensure uniqueness of Linux workflow artifact names once
    we're also building for aarch64, so make the change on all OSes for
    consistency.  The change doesn't affect the filenames inside the
    artifacts, so shouldn't be user-visible.
    
    Signed-off-by: Benjamin Gilbert <[email protected]>
    bgilbert committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c88f015 View commit details
    Browse the repository at this point in the history
  2. workflows: add Linux aarch64 builds

    Use GitHub's paid support for ARM64 runners, pending the free offering
    scheduled for later this year.
    
    Signed-off-by: Benjamin Gilbert <[email protected]>
    bgilbert committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3442013 View commit details
    Browse the repository at this point in the history