Skip to content

Commit b49541d

Browse files
ci: RUn linux build in a built docker container instead
1 parent 26d33d1 commit b49541d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-native-build-cont.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
path: whisper.cpp
2020

2121
- name: Build Docker Image
22-
run: docker build -t linux-native-build -f Dockerfile .
22+
run: docker build -t linux-native-build -f linux-Dockerfile .
2323

2424
- name: Create output directory
2525
run: mkdir -p ./artifacts

0 commit comments

Comments
 (0)