load("@io_bazel_rules_go//go:def.bzl", "go_library")

go_library(
    name = "reboot",
    srcs = [
        "reboot_cross.go",
        "reboot_linux.go",
    ],
    importpath = "github.com/edgelesssys/constellation/v2/bootstrapper/internal/reboot",
    visibility = ["//bootstrapper:__subpackages__"],
)