mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
7 lines
145 B
Bash
Executable File
7 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
|