Skip to content

Commit 3bcf5b9

Browse files
committed
Force x86_64 mode until GitHub release Super Linter image for Arm
Signed-off-by: Avi Miller <[email protected]>
1 parent 8b7cef3 commit 3bcf5b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/lint

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -e
2-
# Copyright (c) 2022, Oracle and/or its affiliates.
2+
# Copyright (c) 2022, 2023, Oracle and/or its affiliates.
33
#
44

55
REPO_DIR="$(git rev-parse --show-toplevel)/"
@@ -23,7 +23,7 @@ checkContainerRuntime
2323

2424
# Run the Super Linter container
2525
$CONTAINER_RUNTIME run --name super-linter --rm \
26-
-e RUN_LOCAL=true \
26+
-e RUN_LOCAL=true --platform linux/amd64 \
2727
-e FILTER_REGEX_INCLUDE="$FILTER_REGEX_INCLUDE" \
2828
--env-file "$REPO_DIR/.github/super-linter.env" \
2929
"${PROXY_SETTINGS[@]}" \

0 commit comments

Comments
 (0)