Skip to content

Commit

Permalink
chore(ci): point to the more reliable Github distributions for Luaroc…
Browse files Browse the repository at this point in the history
…ks (#13678)
  • Loading branch information
subnetmarco authored Sep 18, 2024
1 parent 71e7cb6 commit 974fc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/luarocks/luarocks_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ def luarocks_repositories():
strip_prefix = "luarocks-" + version,
sha256 = KONG_VAR["LUAROCKS_SHA256"],
urls = [
"https://luarocks.org/releases/luarocks-" + version + ".tar.gz",
"https://luarocks.github.io/luarocks/releases/luarocks-" + version + ".tar.gz",
],
)

1 comment on commit 974fc87

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:974fc87545ab1e4cd0a151072f801f0519240cc4
Artifacts available https://github.com/Kong/kong/actions/runs/10915268737

Please sign in to comment.