Skip to content

Commit 155e14c

Browse files
J12934Ilyesbdlala
authored andcommitted
Add arm64 to platforms so that we build our image for ARM too
Signed-off-by: Jannik Hollenbach <jannik@hollenbach.de>
1 parent 605a4e8 commit 155e14c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scanners/ssh-audit/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ kubeVersion: ">=v1.11.0-0"
1212
annotations:
1313
versionApi: https://api.github.com/repos/jtesta/ssh-audit/releases/latest
1414
# supported cpu architectures for which docker images for the scanner should be build
15-
supported-platforms: linux/amd64
15+
supported-platforms: linux/amd64,linux/arm64
1616
keywords:
1717
- security
1818
- ssh

scanners/sslyze/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ appVersion: "6.1.0"
1212
kubeVersion: ">=v1.11.0-0"
1313
annotations:
1414
versionApi: https://api.github.com/repos/nabla-c0d3/sslyze/releases/latest
15-
supported-platforms: linux/amd64
15+
supported-platforms: linux/amd64,linux/arm64
1616
keywords:
1717
- security
1818
- ssl

0 commit comments

Comments
 (0)