Skip to content

Commit 2e66279

Browse files
committed
Powershell cross platform support
1 parent d7e139e commit 2e66279

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: megalinter/descriptors/arm.megalinter-descriptor.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ linters:
4747
Test-AzTemplate @config -TemplatePath myfile.json;
4848
if (${Error}.Count) {exit 1}
4949
"
50-
supported_platforms:
51-
platform:
52-
- linux/amd64
53-
- linux/arm64
5450
install:
5551
dockerfile:
5652
- ARG ARM_TTK_NAME='master.zip'
@@ -63,6 +59,10 @@ linters:
6359
&& rm "${ARM_TTK_NAME}" \
6460
&& ln -sTf "${ARM_TTK_PSD1}" /usr/bin/arm-ttk \
6561
&& chmod a+x /usr/bin/arm-ttk
62+
supported_platforms:
63+
platform:
64+
- linux/amd64
65+
- linux/arm64
6666
ide:
6767
vscode:
6868
- name: ARMTTKExtension

0 commit comments

Comments
 (0)