Skip to content

Commit

Permalink
Powershell cross platform support
Browse files Browse the repository at this point in the history
  • Loading branch information
bdovaz committed Feb 26, 2023
1 parent d7e139e commit 2e66279
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions megalinter/descriptors/arm.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ linters:
Test-AzTemplate @config -TemplatePath myfile.json;
if (${Error}.Count) {exit 1}
"
supported_platforms:
platform:
- linux/amd64
- linux/arm64
install:
dockerfile:
- ARG ARM_TTK_NAME='master.zip'
Expand All @@ -63,6 +59,10 @@ linters:
&& rm "${ARM_TTK_NAME}" \
&& ln -sTf "${ARM_TTK_PSD1}" /usr/bin/arm-ttk \
&& chmod a+x /usr/bin/arm-ttk
supported_platforms:
platform:
- linux/amd64
- linux/arm64
ide:
vscode:
- name: ARMTTKExtension
Expand Down

0 comments on commit 2e66279

Please sign in to comment.