Skip to content

Commit

Permalink
ci: Build non-minimal image as well
Browse files Browse the repository at this point in the history
Signed-off-by: Preetam D'Souza <[email protected]>
  • Loading branch information
pdsouza committed Oct 11, 2023
1 parent 547cf2c commit 37e3918
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
uses: actions/checkout@v4
- name: Build CI container
run: 'docker build -t maruos/blueprints/ci --file Dockerfile.aarch64 .'
- name: Build Debian Buster arm64
- name: Build Debian Buster arm64 minimal
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'
- name: Build Debian Buster arm64
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'

0 comments on commit 37e3918

Please sign in to comment.