Skip to content

Commit

Permalink
CI: Add step to build Raspberry Pi3 image using the built Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
simonvanderveldt committed Dec 3, 2019
1 parent 5cd4178 commit 28850a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ jobs:
- name: Checkout
uses: actions/checkout@master
- name: Build Docker image
run: docker build .
run: docker build -t buildroot .
- name: Test Docker image
run: docker run -i buildroot sh -c "make raspberrypi3_defconfig && make"

0 comments on commit 28850a2

Please sign in to comment.