Skip to content

Commit

Permalink
chore(build): add openresty tarball mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Sep 19, 2023
1 parent 54468c4 commit 1ac8341
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/openresty/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def openresty_repositories():
strip_prefix = "openresty-" + openresty_version,
urls = [
"https://openresty.org/download/openresty-" + openresty_version + ".tar.gz",
"https://github.com/Kong/openresty-release-mirror/releases/download/" + openresty_version + "/openresty-" + openresty_version + ".tar.gz",
],
patches = KONG_VAR["OPENRESTY_PATCHES"],
patch_args = ["-p1"],
Expand Down

1 comment on commit 1ac8341

@khcp-gha-bot
Copy link

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:1ac8341a9c26bb143f902f2f94879828e54bd4e6
Artifacts available https://github.com/Kong/kong/actions/runs/6232140950

Please sign in to comment.