Skip to content

Commit

Permalink
ci: fix repository name of shellcheck for linux arm64 (#2670)
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 authored Dec 6, 2023
1 parent b7425db commit c0d8508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/toolchains/ci_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def _shellcheck_deps():
type = "tar.xz",
)
http_archive(
name = "com_github_koalaman_shellcheck_linux_aamd64",
name = "com_github_koalaman_shellcheck_linux_arm64",
urls = [
"https://cdn.confidential.cloud/constellation/cas/sha256/179c579ef3481317d130adebede74a34dbbc2df961a70916dd4039ebf0735fae",
"https://github.com/koalaman/shellcheck/releases/download/v0.9.0/shellcheck-v0.9.0.linux.aarch64.tar.xz",
Expand Down

0 comments on commit c0d8508

Please sign in to comment.