Skip to content

Commit 4077c67

Browse files
committed
change to self runner
1 parent 876f390 commit 4077c67

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/CD-docker_release.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,8 @@ on:
66

77
jobs:
88
docker:
9-
runs-on: ubuntu-latest
9+
runs-on: DO
1010
steps:
11-
- name: Clear Space
12-
run: |
13-
rm -rf /usr/share/dotnet
14-
rm -rf /opt/ghc
15-
rm -rf "/usr/local/share/boost"
16-
rm -rf "$AGENT_TOOLSDIRECTORY"
17-
1811
- name: Set up QEMU
1912
uses: docker/setup-qemu-action@v2
2013
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)