Skip to content

Commit aafe524

Browse files
committed
adding a comment
1 parent 46092a9 commit aafe524

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eng/pipelines/pr-validation-pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,6 +1400,8 @@ jobs:
14001400
-v $(Build.SourcesDirectory):/workspace \
14011401
-w /workspace \
14021402
--network bridge \
1403+
# TODO(AB#40901): Temporary pin to 3.22 due to msodbcsql ARM64 package arch mismatch
1404+
# Revert to alpine:latest once ODBC team releases fixed ARM64 package
14031405
alpine:3.22 \
14041406
tail -f /dev/null
14051407
displayName: 'Create Alpine x86_64 container'
@@ -1642,6 +1644,8 @@ jobs:
16421644
-v $(Build.SourcesDirectory):/workspace \
16431645
-w /workspace \
16441646
--network bridge \
1647+
# TODO(AB#40901): Temporary pin to 3.22 due to msodbcsql ARM64 package arch mismatch
1648+
# Revert to alpine:latest once ODBC team releases fixed ARM64 package
16451649
alpine:3.22 \
16461650
tail -f /dev/null
16471651
displayName: 'Create Alpine ARM64 container'

0 commit comments

Comments
 (0)