Updated build process for Zabbix agent (windows)

This commit is contained in:
Alexey Pustovalov
2024-05-17 13:40:49 +00:00
parent 9d6d6d20bf
commit 967b97a602
3 changed files with 10 additions and 10 deletions

View File

@@ -93,12 +93,6 @@ RUN Set-Location -Path $env:SystemDrive\.; `
Write-Host 'Verifying install ("git version") ...'; `
git version; `
`
Write-Host 'Installing 7z...'; `
Start-Process `
-FilePath $env:TEMP\7z.msi `
-Wait `
-ArgumentList '/qn /norestart'; `
`
Write-Host 'Installing Go Lang...'; `
Expand-Archive -Path $env:TEMP\go-amd64.zip -DestinationPath $env:SystemDrive\; `
`