vkalintiris 627b1138dc It works!!!! 1 year ago
..
README.md ec878a852b Dag 1 year ago
child_stream.conf 627b1138dc It works!!!! 1 year ago
cmake-aarch64.sha256 ec878a852b Dag 1 year ago
cmake-x86_64.sha256 ec878a852b Dag 1 year ago
images.py 9d45420b12 Rm ws 1 year ago
main.py 627b1138dc It works!!!! 1 year ago
ol8-epel.repo ec878a852b Dag 1 year ago
ol9-epel.repo ec878a852b Dag 1 year ago
parent_stream.conf 627b1138dc It works!!!! 1 year ago

README.md

  • 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