Skip to content

Commit

Permalink
Add host binary build to GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinMcNeil committed Mar 3, 2025
1 parent 3de9d93 commit 091b46a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/extension.yml
Original file line number Diff line number Diff line change
@@ -12,6 +12,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Build Host Binary
run: |
cd src/extension
make cross
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

0 comments on commit 091b46a

Please sign in to comment.