microsoft / go-sqlcmd

The new sqlcmd, CLI for SQL Server and Azure SQL (winget install sqlcmd / sqlcmd create mssql / sqlcmd open ads)
https://learn.microsoft.com/sql/tools/sqlcmd/go-sqlcmd-utility
MIT License
334 stars 58 forks source link

Pass --platform information into Container Create #285

Closed stuartpa closed 1 year ago

stuartpa commented 1 year ago

Adds

  --architecture string             Specifies the image CPU architecture (default "amd64")
  --os string                       Specifies the image operating system (default "linux")

This should fix an issue on some Apple silicon machine (M1/M2) that seems to require these settings to be passed into the container create command

Closes #283