diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 00142f16..d96159a5 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -15,4 +15,13 @@ jobs: - name: Syntax check run: | pip3 install --user ansible - ansible-playbook -i hosts --syntax-check --list-tasks *.yml \ No newline at end of file + ansible-playbook -i hosts --syntax-check --list-tasks *.yml + build-x86: + needs: syntax + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Build x86 unmanaged firmware + run: | + pip3 install --user ansible + ansible-playbook -e @profiles/devices/x86_64.yml -e @profiles/management/althea-release.yml firmware-build.yml \ No newline at end of file