Skip to content

Commit 0673a84

Browse files
committed
Fix the GitHub Action build
Signed-off-by: David Gageot <[email protected]>
1 parent 1b6877c commit 0673a84

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/extension.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v4
1414

15-
- name: Build Host Binary
16-
run: |
17-
cd src/extension
18-
make cross
19-
2015
- name: Set up QEMU
2116
uses: docker/setup-qemu-action@v3
2217

@@ -37,3 +32,6 @@ jobs:
3732
tags: docker/labs-ai-tools-for-devs:${{ github.event.release.tag_name }}
3833
file: src/extension/Dockerfile
3934
context: src/extension
35+
build-contexts: |
36+
prompts=../../prompts
37+

0 commit comments

Comments
 (0)