Skip to content

Commit 9f47116

Browse files
committed
specify arch for colima
1 parent 227a573 commit 9f47116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/common/templates/steps/configure-sql-server-macos-step.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ steps:
2525
brew tap microsoft/mssql-release https://github.com/Microsoft/homebrew-mssql-release
2626
brew update
2727
HOMEBREW_ACCEPT_EULA=Y brew install mssql-tools18
28-
colima start
28+
colima start --arch x86_64
2929
docker --version
3030
docker pull mcr.microsoft.com/mssql/server:2022-latest
3131

0 commit comments

Comments
 (0)