Skip to content

Commit 65ce20d

Browse files
laurenastrid1Lauren Nathan
andauthored
added windows and linux arm support for flat file (#21428)
Co-authored-by: Lauren Nathan <laurennathan@microsoft.com>
1 parent 8deebc1 commit 65ce20d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

extensions/mssql/src/configurations/flatFileConfig.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ export const flatFileConfig = {
1111
version: "0.0.12",
1212
downloadFileNames: {
1313
Windows_64: "win-x64.zip",
14+
Windows_ARM64: "win-arm64.zip",
1415
Windows_86: "win-x86.zip",
1516
OSX: "osx-x64.tar.gz",
1617
OSX_ARM64: "osx-arm64.tar.gz",
1718
Linux: "linux-x64.tar.gz",
19+
Linux_ARM64: "linux-arm64.tar.gz",
1820
},
1921
installDir: "flatfileservice/{#platform#}/{#version#}",
2022
executableFiles: ["MicrosoftSqlToolsFlatFileImport", "MicrosoftSqlToolsFlatFileImport.exe"],

0 commit comments

Comments
 (0)