Compare commits
1 Commits
aeba5b85e9
...
11c150c1e8
| Author | SHA1 | Date | |
|---|---|---|---|
|
11c150c1e8
|
2
.github/workflows/hadolint-check.yaml
vendored
2
.github/workflows/hadolint-check.yaml
vendored
@@ -23,8 +23,8 @@ jobs:
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="2.12.0"
|
VERSION="2.12.0"
|
||||||
ARCH="$(uname -m)"
|
|
||||||
|
|
||||||
|
ARCH="$(uname -m)"
|
||||||
if [ "$ARCH" = "x86_64" ] || [ "$ARCH" = "amd64" ]; then
|
if [ "$ARCH" = "x86_64" ] || [ "$ARCH" = "amd64" ]; then
|
||||||
ASSET="hadolint-Linux-x86_64"
|
ASSET="hadolint-Linux-x86_64"
|
||||||
CHECKSUM="56de6d5e5ec427e17b74fa48d51271c7fc0d61244bf5c90e828aab8362d55010 hadolint"
|
CHECKSUM="56de6d5e5ec427e17b74fa48d51271c7fc0d61244bf5c90e828aab8362d55010 hadolint"
|
||||||
|
|||||||
Reference in New Issue
Block a user