Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsouza authored Oct 8, 2023
1 parent 31a5972 commit 198ddec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: 'Blueprints CI'

on:
push:
branches:
- main
pull_request:

jobs:
Expand All @@ -10,4 +12,5 @@ jobs:
steps:
- name: Checkout repository code
uses: actions/checkout@v4
- run: "./build-with-docker.sh -b debian -n buster-container -- -r buster -a arm64 --minimal"
- run: 'docker build -t maruos/blueprints/ci --file Dockerfile.aarch64 .'
- run: 'docker run --privileged --rm -v /var/cache:/var/cache -v "$(pwd)":/var/maru -i maruos/blueprints/ci -b debian -n buster-container -- -r buster -a arm64 --minimal'

0 comments on commit 198ddec

Please sign in to comment.