Skip to content

Release v1.0.0

Compare
Choose a tag to compare
@Dogild Dogild released this 13 Nov 16:38
· 8 commits to main since this release
v1.0.0
e02db81
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_endor",
    sha256 = "b7a2ae4f82b267241ca94ca15369f3039e80b37a8245801667a685fe29939a35",
    strip_prefix = "rules_endor-1.0.0",
    urls = [
        "https://github.com/endorlabs/rules_endor/archive/refs/tags/v1.0.0.tar.gz",
    ],
)

load("@rules_endor//endorctl:repositories.bzl", "rules_endorctl_toolchains")
rules_endorctl_toolchains()