File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed
Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change 9696 svm_target_platform : linux-amd64
9797 platform : linux
9898 arch : amd64
99- - runner : macos-14
100- target : x86_64-apple-darwin
101- svm_target_platform : macosx-amd64
102- platform : darwin
103- arch : amd64
104- - runner : macos-14
105- target : aarch64-apple-darwin
106- svm_target_platform : macosx-aarch64
107- platform : darwin
108- arch : arm64
109- - runner : windows-2022
110- target : x86_64-pc-windows-msvc
111- svm_target_platform : windows-amd64
112- platform : win32
113- arch : amd64
11499 steps :
115100 - uses : actions/checkout@v4
116101 - uses : dtolnay/rust-toolchain@stable
@@ -155,7 +140,7 @@ jobs:
155140 [[ "$TARGET" == *windows* ]] && ext=".exe"
156141
157142 if [[ "$TARGET" == "x86_64-unknown-linux-musl" ]]; then
158- docker run -v $PWD:/opt/revive messense/rust-musl-cross@sha256:5afc91a4f7da8a14a6c688ebf49fef9b9ec30f28fd827f2cf7e7c4d6c31bd10a :x86_64-musl /bin/bash -c "
143+ docker run -v $PWD:/opt/revive messense/rust-musl-cross:x86_64-musl /bin/bash -c "
159144 cd /opt/revive
160145 rustup target add x86_64-unknown-linux-musl
161146 cargo build $flags
@@ -248,7 +233,7 @@ jobs:
248233 files : |
249234 ${{ steps.artifacts.outputs.file_name }}
250235 ${{ steps.man.outputs.foundry_man }}
251-
236+
252237 cleanup :
253238 name : Release cleanup
254239 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments