Skip to content

Commit

Permalink
chore(ci): include x86 in CI workflow for building images
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino committed Sep 11, 2024
1 parent 8220821 commit 8ae29bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
needs: run-tests
strategy:
matrix:
board: ['pi1', 'pi2', 'pi3', 'pi4']
board: ['pi1', 'pi2', 'pi3', 'pi4', 'x86']
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 8ae29bd

Please sign in to comment.