Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docker/setup-qemu-action Loading
base: v2.1.0
Choose a base ref
...
head repository: docker/setup-qemu-action Loading
compare: v2.2.0
Choose a head ref
  • 18 commits
  • 21 files changed
  • 4 contributors

Commits on Nov 25, 2022

  1. Trim off spaces in platform string

    This allows users to specify platform in a more humane way, for example:
    ```yaml
    env:
      # equals to `linux/amd64, linux/arm/v6`
      platforms: >
        linux/amd64,
        linux/arm/v6
    
    - uses: docker/setup-qemu-action@v2
      with:
        platforms: ${{ env.PLATFORMS }}
    ```
    
    Signed-off-by: Chocobo1 <[email protected]>
    Chocobo1 committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    084b720 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #64 from Chocobo1/space

    Trim off spaces in  `platforms` string
    crazy-max committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    38836d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. readme: fix badge

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    8a078ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #66 from crazy-max/fix-readme

    readme: fix badge
    crazy-max committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    12d39e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. switch to actions-toolkit implementation

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    df78eaf View commit details
    Browse the repository at this point in the history
  2. add tests

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    3ef11ca View commit details
    Browse the repository at this point in the history
  3. ci: test workflow and codecov config

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    bb62e49 View commit details
    Browse the repository at this point in the history
  4. update generated content

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    fa840dd View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Merge pull request #70 from crazy-max/switch-toolkit

    switch to actions-toolkit implementation
    crazy-max committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    de3982d View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Bump @docker/actions-toolkit from 0.1.0-beta.14 to 0.1.0

    Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.1.0-beta.14 to 0.1.0.
    - [Release notes](https://github.com/docker/actions-toolkit/releases)
    - [Commits](docker/actions-toolkit@v0.1.0-beta.14...v0.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@docker/actions-toolkit"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    faaa95d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. update dev dependencies

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    25bbf89 View commit details
    Browse the repository at this point in the history
  2. use new implementation from toolkit

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    c915c25 View commit details
    Browse the repository at this point in the history
  3. update generated content

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    b5a257c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #80 from docker/dependabot/npm_and_yarn/docker/act…

    …ions-toolkit-0.1.0
    
    Bump @docker/actions-toolkit from 0.1.0-beta.14 to 0.1.0
    crazy-max committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    9d429d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Bump docker/bake-action from 2 to 3

    Bumps [docker/bake-action](https://github.com/docker/bake-action) from 2 to 3.
    - [Release notes](https://github.com/docker/bake-action/releases)
    - [Commits](docker/bake-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/bake-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    f9e93f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Bump @docker/actions-toolkit from 0.1.0 to 0.3.0

    Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.1.0 to 0.3.0.
    - [Release notes](https://github.com/docker/actions-toolkit/releases)
    - [Commits](docker/actions-toolkit@v0.1.0...v0.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@docker/actions-toolkit"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    1fd9478 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #81 from docker/dependabot/github_actions/docker/b…

    …ake-action-3
    
    Bump docker/bake-action from 2 to 3
    crazy-max committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    3eae0a2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #83 from docker/dependabot/npm_and_yarn/docker/act…

    …ions-toolkit-0.3.0
    
    Bump @docker/actions-toolkit from 0.1.0 to 0.3.0
    crazy-max committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    2b82ce8 View commit details
    Browse the repository at this point in the history
Loading