mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-02-20 14:07:14 +00:00
try fix push by bump dependencies (#1537)
This commit is contained in:
parent
8db705e67a
commit
33efbdfbcb
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -34,14 +34,14 @@ jobs:
|
|||||||
# https://github.com/pl4nty/Windows-Containers/blob/Main/helpful_tools/Install-BuildKit-GitHubActions/workflow.yaml
|
# https://github.com/pl4nty/Windows-Containers/blob/Main/helpful_tools/Install-BuildKit-GitHubActions/workflow.yaml
|
||||||
- name: Setup containerd
|
- name: Setup containerd
|
||||||
run: |
|
run: |
|
||||||
$version = "1.7.17"
|
$version = "1.7.20"
|
||||||
curl.exe -L https://github.com/containerd/containerd/releases/download/v$version/containerd-$version-windows-amd64.tar.gz -o containerd.tar.gz
|
curl.exe -L https://github.com/containerd/containerd/releases/download/v$version/containerd-$version-windows-amd64.tar.gz -o containerd.tar.gz
|
||||||
tar.exe xvf containerd.tar.gz
|
tar.exe xvf containerd.tar.gz
|
||||||
.\bin\containerd.exe --register-service
|
.\bin\containerd.exe --register-service
|
||||||
Start-Service containerd
|
Start-Service containerd
|
||||||
- name: Setup BuildKit
|
- name: Setup BuildKit
|
||||||
run: |
|
run: |
|
||||||
$version = "v0.13.2"
|
$version = "v0.15.0"
|
||||||
curl.exe -L https://github.com/moby/buildkit/releases/download/$version/buildkit-$version.windows-amd64.tar.gz -o buildkit.tar.gz
|
curl.exe -L https://github.com/moby/buildkit/releases/download/$version/buildkit-$version.windows-amd64.tar.gz -o buildkit.tar.gz
|
||||||
tar.exe xvf buildkit.tar.gz
|
tar.exe xvf buildkit.tar.gz
|
||||||
|
|
||||||
@ -49,7 +49,7 @@ jobs:
|
|||||||
Start-Service buildkitd
|
Start-Service buildkitd
|
||||||
- name: Setup Docker Buildx
|
- name: Setup Docker Buildx
|
||||||
run: |
|
run: |
|
||||||
$version = "v0.14.1"
|
$version = "v0.16.1"
|
||||||
curl.exe -L https://github.com/docker/buildx/releases/download/$version/buildx-$version.windows-amd64.exe -o $env:ProgramData\Docker\cli-plugins\docker-buildx.exe
|
curl.exe -L https://github.com/docker/buildx/releases/download/$version/buildx-$version.windows-amd64.exe -o $env:ProgramData\Docker\cli-plugins\docker-buildx.exe
|
||||||
- uses: docker/setup-buildx-action@v3
|
- uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user