build(deps): bump docker/setup-qemu-action from 3.7.0 to 4.2.0
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.7.0 to 4.2.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](c7c5346462...96fe6ef7f3)
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-version: 4.2.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f8e751c4bc
commit
868c6e6d96
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux-control-agent.yml
vendored
2
.github/workflows/linux-control-agent.yml
vendored
|
|
@ -80,7 +80,7 @@ jobs:
|
|||
run: dotnet publish src/ServerMonitorManager.Control/ServerMonitorManager.Control.csproj --configuration Release --runtime linux-arm64 --self-contained true -p:PublishSingleFile=true -p:PublishTrimmed=true -p:RestoreLockedMode=true -o compatibility/control-linux-arm64
|
||||
|
||||
- name: Set up arm64 emulation
|
||||
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
|
||||
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
|
||||
with:
|
||||
platforms: arm64
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue