We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38bb217 commit e2e0e86Copy full SHA for e2e0e86
build/azure-pipelines/build-product.yml
@@ -42,12 +42,14 @@ stages:
42
os:
43
arch: arm64
44
binaryName: 'sqlcmd'
45
- windowsArm:
46
- imageName: 'windows-latest'
47
- artifact: WindowsArm
48
- os:
49
- arch: arm
50
- binaryName: 'sqlcmd.exe'
+ # BUG: https://github.com/microsoft/go-sqlcmd/issues/224
+ # Windows ARM build failing in named pipes code
+ #windowsArm:
+ # imageName: 'windows-latest'
+ # artifact: WindowsArm
+ # os:
51
+ # arch: arm
52
+ # binaryName: 'sqlcmd.exe'
53
linuxs390x:
54
imageName: 'ubuntu-latest'
55
artifact: LinuxS390x
0 commit comments