setup-qemu-action icon indicating copy to clipboard operation
setup-qemu-action copied to clipboard

GitHub Action to install QEMU static binaries

Results 21 setup-qemu-action issues
Sort by recently updated
recently updated
newest added

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.8.2 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 Commits See full diff in...

bot
dependencies

Using in the Github actions using the following template ```yml build: name: Build Image runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3 - name: Set up QEMU uses: docker/setup-qemu-action@v1 with:...

~needs tonistiigi/binfmt#22~ Adds `reset` input to uninstall current emulators before installation. Signed-off-by: CrazyMax

### Contributing guidelines - [x] I've read the [contributing guidelines](https://github.com/docker/setup-qemu-action/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug, and: - [x] The documentation does not mention anything about my problem...

status/triage

### Behaviour > [linux/arm64 publish 1/1] RUN dotnet publish "Automate.csproj" -c Release -o /app/publish: /usr/share/dotnet/sdk/7.0.103/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets(201,5): error MSB4063: The "CheckForDuplicateItems" task could not be initialized with its input parameters. [/src/Automate/Automate.csproj] ####...

qemu

It would be great to have a simple example on how to use QEMU in a workflow in the README.

kind/docs
good first issue

### Description In all examples I always see this action used like this: ```yaml - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 ```...

kind/enhancement
status/triage

Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.21.1 to 0.22.0. Release notes Sourced from @​docker/actions-toolkit's releases. v0.22.0 github: upload artifact by @​crazy-max in docker/actions-toolkit#308 docker/actions-toolkit#320 buildx: localstate refs by @​crazy-max in docker/actions-toolkit#316 buildx: metadata...

bot
dependencies

follow-up https://github.com/docker/actions-toolkit/pull/200 related to https://github.com/docker/setup-qemu-action/issues/110 Tested through ci workflow ## first run setup-qemu-action saves image to hosted tool cache: https://github.com/docker/setup-qemu-action/actions/runs/9775565828/job/26986231861#step:3:113 And post cache to upload to GitHub Cache store: https://github.com/docker/setup-qemu-action/actions/runs/9775565828/job/26986231861#step:7:3...