mirror of
https://github.com/netdata/netdata.git
synced 2025-04-28 22:52:30 +00:00
23 lines
382 B
Markdown
23 lines
382 B
Markdown
- Install Dagger CLI:
|
|
```
|
|
cd /usr/local
|
|
curl -L https://dl.dagger.io/dagger/install.sh | sudo sh
|
|
```
|
|
- Install python requirements:
|
|
```
|
|
pip install -r packaging/dag/requirements.txt
|
|
```
|
|
|
|
Now you can run something like this:
|
|
|
|
```
|
|
dagger run python packaging/dag/main.py build -p linux/x86_64 -d debian12
|
|
```
|
|
|
|
or
|
|
|
|
```
|
|
dagger run python packaging/dag/main.py test
|
|
```.
|
|
|
|
|