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

Support qemu in GitHub Actions #482

Merged
merged 28 commits into from
Jan 1, 2021

Commits on Dec 12, 2020

  1. Support docker qemu emulation in any linux env

    - currently just prints out envs
    asfaltboy committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    76fe472 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Configuration menu
    Copy the full SHA
    90a14b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec99c01 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. refactor: --archs, CIBW_ARCHS, "auto"

    Using `--archs` for the flag, comma separated, also accepting CIBW_ARCHS.
    Supports "auto" as the default that can also expand, matching
    CIBW_PLATFORM.
    henryiii committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    0d29bf8 View commit details
    Browse the repository at this point in the history
  2. fix: drop printout

    henryiii authored Dec 18, 2020
    Configuration menu
    Copy the full SHA
    26b7b72 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2020

  1. Add platform-specific CIBW_ARCHS options.

    Remove 'auto' as a possible Architecture enum value. This is resolved
    at option parse time.
    joerick committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    0c9af03 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Configuration menu
    Copy the full SHA
    f73b608 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c86223 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5aa85e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ca294e View commit details
    Browse the repository at this point in the history
  5. Update .github/workflows/test.yml

    Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
    joerick and henryiii authored Dec 21, 2020
    Configuration menu
    Copy the full SHA
    91800e4 View commit details
    Browse the repository at this point in the history
  6. Use 'latest' for CI

    joerick committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    27f1a4e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a1a0a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b34bdee View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Configuration menu
    Copy the full SHA
    eb03a11 View commit details
    Browse the repository at this point in the history
  2. Add example github config

    joerick committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    3696f15 View commit details
    Browse the repository at this point in the history
  3. Add docs for ARCHS option

    joerick committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    68dc286 View commit details
    Browse the repository at this point in the history
  4. Fix broken link in docs

    joerick committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    3983fb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    460eaa7 View commit details
    Browse the repository at this point in the history
  6. Update example config

    joerick committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    f6ce1c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b00931 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Simplify arch matching code

    joerick committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    0893731 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. Suggestion from review

    joerick committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    b5f5437 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ee663f View commit details
    Browse the repository at this point in the history
  3. option ordering

    joerick committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    f434072 View commit details
    Browse the repository at this point in the history
  4. docs edits from review

    joerick committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    d65da2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b5078e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa87128 View commit details
    Browse the repository at this point in the history