![]() |
1 year ago | |
---|---|---|
.. | ||
README.md | 1 year ago | |
child_stream.conf | 1 year ago | |
cmake-aarch64.sha256 | 1 year ago | |
cmake-x86_64.sha256 | 1 year ago | |
images.py | 1 year ago | |
main.py | 1 year ago | |
ol8-epel.repo | 1 year ago | |
ol9-epel.repo | 1 year ago | |
parent_stream.conf | 1 year ago |
Install Dagger CLI:
cd /usr/local
curl -L https://dl.dagger.io/dagger/install.sh | sudo sh
Install Python's Dagger SDK:
pip install dagger-io
Now you can run something like this:
dagger run python packaging/dag/main.py -c -p linux/x86_64 -p linux/i386 -i debian10 -i debian11 -i debian12
This will build concurrently the agent for debian 10/11/12 on x86_64 and i386. The first run will be slow. However, subsequent runs will reuse cached artifacts and should be much faster.
For more information, check the help message:
dagger run python packaging/dag/main.py --help