We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c57e80 commit 7247cbeCopy full SHA for 7247cbe
.github/workflows/build_image_all.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Run Make
47
run: |
48
chmod +x ${{ github.workspace }}/build_clash.sh
49
- docker run -it --name openwrt-sdk-${{ matrix.arch }}-${{ matrix.version }} --user root -v ${{ github.workspace }}/build_clash.sh:/build_clash.sh openwrt/sdk:${{ matrix.arch }}-${{ matrix.version }} /build_clash.sh
+ docker run -i --name openwrt-sdk-${{ matrix.arch }}-${{ matrix.version }} --user root -v ${{ github.workspace }}/build_clash.sh:/build_clash.sh openwrt/sdk:${{ matrix.arch }}-${{ matrix.version }} /build_clash.sh
50
51
52
build_passwall:
0 commit comments