Skip to content

Commit

Permalink
Hold this
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerwilliams committed Jan 9, 2025
1 parent b8664e1 commit f01280d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions enterprise/server/ociregistry/BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
load("@io_bazel_rules_go//go:def.bzl", "go_library")

go_library(
name = "ociregistry",
srcs = ["ociregistry.go"],
importpath = "github.com/buildbuddy-io/buildbuddy/enterprise/server/ociregistry",
visibility = ["//visibility:public"],
)

package(default_visibility = ["//enterprise:__subpackages__"])
Empty file.

0 comments on commit f01280d

Please sign in to comment.