Skip to content

Commit

Permalink
Setup QEMU.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwschau committed Aug 13, 2024
1 parent 55b446e commit 2cf2f95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/indexer-build-and-push-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Install Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 2cf2f95

Please sign in to comment.