File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 else
101101 ENTRYPOINT=
102102 fi
103- docker run -e CXXFLAGS -v $(pwd):/gha ${{ matrix.platform }}/alpine:edge ${ENTRYPOINT} sh -ec "cd /gha && sh ./build.sh"
103+ docker run --platform ${{ matrix.platform }} - e CXXFLAGS -v $(pwd):/gha ${{ matrix.platform }}/alpine:edge ${ENTRYPOINT} sh -ec "cd /gha && sh ./build.sh"
104104 - name : Check binaries
105105 run : |
106106 cat <<EOF > check.sh
@@ -109,7 +109,7 @@ jobs:
109109 tar -xf ./dist/patchelf-*-*.tar.gz
110110 ./bin/patchelf --version
111111 EOF
112- docker run -v $(pwd):/gha ${{ matrix.platform }}/debian:unstable-slim sh -ec "cd /gha && sh ./check.sh"
112+ docker run --platform ${{ matrix.platform }} - v $(pwd):/gha ${{ matrix.platform }}/debian:unstable-slim sh -ec "cd /gha && sh ./check.sh"
113113 - uses : actions/upload-artifact@v3
114114 with :
115115 name : patchelf
You can’t perform that action at this time.
0 commit comments