mirror of
https://github.com/kubevirt/containerized-data-importer.git
synced 2025-06-03 06:30:22 +00:00
7 lines
137 B
Bash
Executable File
7 lines
137 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# generate BUILD files
|
|
bazel run \
|
|
--platforms=@io_bazel_rules_go//go/toolchain:linux_amd64 \
|
|
//:gazelle $@
|