diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..e706e18 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,13 @@ +name: 'Blueprints CI' + +on: + push: + pull_request: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout repository code + uses: actions/checkout@v4 + - run: "./build-with-docker.sh -b debian -n buster-container -- -r buster -a arm64 --minimal"