Skip to content

Commit b4ca341

Browse files
authored
Fix arch name typo
1 parent 7fdbdad commit b4ca341

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77
matrix:
88
- MSI_ARCH: amd64
99
GOARCH: amd64
10-
- MSI_ARCH: x86
10+
- MSI_ARCH: 386
1111
GOARCH: 386
1212

1313
clone_folder: c:\gopath\src\github.com\martinlindhe\wmi_exporter
@@ -24,6 +24,7 @@ build_script:
2424
- govendor test -v +local
2525
- promu build -v .
2626
- ps: |
27+
$ErrorActionPreference = "Stop"
2728
if($env:APPVEYOR_REPO_TAG -eq "True") {
2829
# The MSI version is not semver compliant, so just take the numerical parts
2930
$Version = $env:APPVEYOR_REPO_TAG_NAME -replace '^v?([0-9\.]+).*$','$1'

0 commit comments

Comments
 (0)