Skip to content

Commit 5dbd38b

Browse files
committed
Merge branch 'whisperx'
2 parents 2538c5f + 8ca122a commit 5dbd38b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
REPO_NAME: ${{secrets.REPO_NAME}}
1313
jobs:
1414
build:
15-
runs-on: ubuntu-latest
15+
runs-on: [self-hosted, ubuntu-latest]
1616
strategy:
1717
matrix:
1818
include:
@@ -22,6 +22,10 @@ jobs:
2222
tag_extension: -gpu
2323
platforms: linux/amd64
2424
steps:
25+
- name: Remove unnecessary files
26+
run: |
27+
sudo rm -rf /usr/share/dotnet
28+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
2529
- name: Checkout
2630
uses: actions/checkout@v3
2731
- name: Set up QEMU

0 commit comments

Comments
 (0)