Merge pull request #44 from ochenstarik-ui/dependabot/github_actions/docker/setup-qemu-action-4.2.0
build(deps): bump docker/setup-qemu-action from 3.7.0 to 4.2.0
This commit is contained in:
commit
0b695abe02
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
|
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
|
- name: Set up arm64 emulation
|
||||||
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
|
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
|
||||||
with:
|
with:
|
||||||
platforms: arm64
|
platforms: arm64
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue