Skip to content

Commit af608b3

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

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
@@ -1395,6 +1395,8 @@ jobs:
13951395
13961396
- script: |
13971397
# Create a Docker container for testing on x86_64
1398+
# TODO(AB#40901): Temporary pin to 3.22 due to msodbcsql ARM64 package arch mismatch
1399+
# Revert to alpine:latest once ODBC team releases fixed ARM64 package
13981400
docker run -d --name test-container-alpine \
13991401
--platform linux/amd64 \
14001402
-v $(Build.SourcesDirectory):/workspace \
@@ -1637,6 +1639,8 @@ jobs:
16371639
16381640
- script: |
16391641
# Create a Docker container for testing on ARM64
1642+
# TODO(AB#40901): Temporary pin to 3.22 due to msodbcsql ARM64 package arch mismatch
1643+
# Revert to alpine:latest once ODBC team releases fixed ARM64 package
16401644
docker run -d --name test-container-alpine-arm64 \
16411645
--platform linux/arm64 \
16421646
-v $(Build.SourcesDirectory):/workspace \

0 commit comments

Comments
 (0)