File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments