mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-15 04:32:15 -04:00
6 lines
145 B
Bash
Executable file
6 lines
145 B
Bash
Executable file
#!/bin/sh
|
|
rm -f rpm/repo.yaml
|
|
bazel run --config linux_amd64_static //:bazeldnf -- init \
|
|
--fc 37 \
|
|
--arch x86_64 \
|
|
--output rpm/repo.yaml
|