Skip to content

Commit 37847c4

Browse files
committed
feat: add the 'metadata.attributes.arch' array for supported architectures into editors-definitions
Signed-off-by: Oleksii Orel <[email protected]>
1 parent 370d39d commit 37847c4

16 files changed

+56
-0
lines changed

editors-definitions/che-clion-server-latest.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ metadata:
1818
tags:
1919
- Tech-Preview
2020
attributes:
21+
arch:
22+
- x86_64
23+
- arm64
2124
publisher: che-incubator
2225
version: latest
2326
provider: Provided by [Jet Brains](https://www.jetbrains.com/) under [License](https://www.jetbrains.com/legal/docs/toolbox/user/)

editors-definitions/che-clion-server-next.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ metadata:
1818
tags:
1919
- Tech-Preview
2020
attributes:
21+
arch:
22+
- x86_64
23+
- arm64
2124
publisher: che-incubator
2225
version: next
2326
provider: Provided by [Jet Brains](https://www.jetbrains.com/) under [License](https://www.jetbrains.com/legal/docs/toolbox/user/)

editors-definitions/che-code-insiders.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ metadata:
1919
tags:
2020
- Tech-Preview
2121
attributes:
22+
arch:
23+
- x86_64
24+
- arm64
25+
- s390x
26+
- ppc64le
2227
publisher: che-incubator
2328
version: insiders
2429
title: Microsoft Visual Studio Code - Open Source IDE for Eclipse Che - Insiders

editors-definitions/che-code-latest.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ metadata:
1616
displayName: VS Code - Open Source
1717
description: Microsoft Visual Studio Code - Open Source IDE for Eclipse Che
1818
attributes:
19+
arch:
20+
- x86_64
21+
- arm64
22+
- s390x
23+
- ppc64le
1924
publisher: che-incubator
2025
version: latest
2126
title: Microsoft Visual Studio Code - Open Source IDE for Eclipse Che

editors-definitions/che-code-server-latest.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ metadata:
1919
- CLI
2020
- vscode
2121
attributes:
22+
arch:
23+
- x86_64
24+
- arm64
25+
- s390x
26+
- ppc64le
2227
publisher: che-incubator
2328
version: latest
2429
provider: Provided by [Microsoft](https://www.microsoft.com/) under [License](https://code.visualstudio.com/License)

editors-definitions/che-code-server-next.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ metadata:
1919
- CLI
2020
- vscode
2121
attributes:
22+
arch:
23+
- x86_64
24+
- arm64
25+
- s390x
26+
- ppc64le
2227
publisher: che-incubator
2328
version: next
2429
provider: Provided by [Microsoft](https://www.microsoft.com/) under [License](https://code.visualstudio.com/License)

editors-definitions/che-idea-latest.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ metadata:
1818
tags:
1919
- Deprecated
2020
attributes:
21+
arch:
22+
- x86_64
23+
- arm64
2124
publisher: che-incubator
2225
version: latest
2326
title: JetBrains IntelliJ IDEA Community IDE for Eclipse Che

editors-definitions/che-idea-next.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ metadata:
1818
tags:
1919
- Deprecated
2020
attributes:
21+
arch:
22+
- x86_64
23+
- arm64
2124
publisher: che-incubator
2225
version: next
2326
title: JetBrains IntelliJ IDEA Community IDE for Eclipse Che - next

editors-definitions/che-idea-server-latest.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ metadata:
1818
tags:
1919
- Tech-Preview
2020
attributes:
21+
arch:
22+
- x86_64
23+
- arm64
2124
publisher: che-incubator
2225
version: latest
2326
provider: Provided by [JetBrains](https://www.jetbrains.com/) under [License](https://www.jetbrains.com/legal/docs/toolbox/user/)

editors-definitions/che-idea-server-next.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ metadata:
1818
tags:
1919
- Tech-Preview
2020
attributes:
21+
arch:
22+
- x86_64
23+
- arm64
2124
publisher: che-incubator
2225
version: next
2326
provider: Provided by [JetBrains](https://www.jetbrains.com/) under [License](https://www.jetbrains.com/legal/docs/toolbox/user/)

0 commit comments

Comments
 (0)