From 72995f4bb159a0c01d1201996ea8053122db9ba7 Mon Sep 17 00:00:00 2001 From: Ben Reedy Date: Fri, 6 Jan 2023 07:34:24 +1000 Subject: [PATCH] fix(ci): Disable ARM MSI builds Version of Wix in use (3.11.0.1701) doesn't support ARM builds. Signed-off-by: Ben Reedy --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6d3e1bf..e36eaec8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,7 +72,7 @@ jobs: $TagName = $env:GITHUB_REF -replace 'refs/tags/', '' # The MSI version is not semver compliant, so just take the numerical parts $MSIVersion = $TagName -replace '^v?([0-9\.]+).*$','$1' - foreach($Arch in "amd64", "arm64","386") { + foreach($Arch in "amd64", "386") { Write-Verbose "Building windows_exporter $MSIVersion msi for $Arch" .\installer\build.ps1 -PathToExecutable .\output\windows_exporter-$BuildVersion-$Arch.exe -Version $MSIVersion -Arch "$Arch" Move-Item installer\Output\windows_exporter-$MSIVersion-$Arch.msi output\