sqlpkg-cli: fix badPlatforms platform typo (#342430)

This commit is contained in:
Peder Bergebakken Sundt
2024-09-19 17:27:59 +02:00
committed by GitHub
+1 -1
View File
@@ -41,7 +41,7 @@ buildGoModule rec {
badPlatforms = [
"aarch64-linux" # assets_test.go:44: BuildAssetPath: unexpected error unsupported platform: linux-arm64
"x86_64-darwin" # assets_test.go:44: BuildAssetPath: unexpected error unsupported platform: darwin-amd64
"aach64-darwin" # install_test.go:22: installation error: failed to dequarantine files: exec: "xattr": executable file not found in $PATH
"aarch64-darwin" # install_test.go:22: installation error: failed to dequarantine files: exec: "xattr": executable file not found in $PATH
];
};
}