mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-08 06:32:55 -04:00
11 lines
305 B
Text
11 lines
305 B
Text
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__"],
|
|
)
|