Skip to content

Commit

Permalink
Add GH actions to setup QEMU and buildx
Browse files Browse the repository at this point in the history
This idea was stolen from felddy/reusable-workflows.
  • Loading branch information
jsf9k committed Apr 22, 2024
1 parent 352e49f commit cad5a9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --upgrade --requirement requirements-test.txt
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Run molecule tests
run: molecule test --scenario-name ${{ matrix.scenario }}
- name: Setup tmate debug session
Expand Down

0 comments on commit cad5a9f

Please sign in to comment.