mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CI: Add Windows backend tests in more places (#66438)
* CI: Add Windows backend tests in more places * CI: Add promotion pipeline for publishing new windows-test-images * CI: Ignore windows backend-test failures for now * CI: Fix linting issue in ci_images.star file
This commit is contained in:
6
scripts/build/ci-windows-test/Dockerfile
Normal file
6
scripts/build/ci-windows-test/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM golang:1.20.3-windowsservercore-1809
|
||||
|
||||
SHELL ["powershell", "-command"]
|
||||
|
||||
RUN Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
|
||||
RUN choco install mingw -y --version 12.2.0.03042023
|
||||
Reference in New Issue
Block a user