File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 git config --global url."https://github.com/".insteadOf "git@github.com:"
129129 git submodule update --init --recursive
130130 - name : Set up QEMU
131- uses : docker/setup-qemu-action@v3
131+ uses : docker/setup-qemu-action@v4
132132 - name : Build static binary (Alpine 3.21 / musl / GCC 14)
133133 run : |
134134 docker run --rm --platform linux/arm64 \
@@ -168,7 +168,7 @@ jobs:
168168 git config --global url."https://github.com/".insteadOf "git@github.com:"
169169 git submodule update --init --recursive
170170 - name : Set up QEMU
171- uses : docker/setup-qemu-action@v3
171+ uses : docker/setup-qemu-action@v4
172172 - name : Build static binary (Alpine 3.21 / musl / GCC 14)
173173 run : |
174174 docker run --rm --platform linux/386 \
You can’t perform that action at this time.
0 commit comments