File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v6
1919 - name : Pull Docker image
20- run : docker pull ghcr.io/inet-framework/ci-inet:6.3 .0-251029
20+ run : docker pull ghcr.io/inet-framework/ci-inet:6.4 .0-260504
2121 - run : mkdir /home/runner/work/ccache
2222 - uses : actions/cache@v5
2323 with :
2929 run : |
3030 docker run -i --env TARGET_PLATFORM=macosx --env MODE=${{ matrix.mode }} --env GITHUB_WORKSPACE \
3131 -v $GITHUB_WORKSPACE:$GITHUB_WORKSPACE -v /home/runner/work/ccache:/root/.ccache \
32- ghcr.io/inet-framework/ci-inet:6.3 .0-251029 /bin/bash $GITHUB_WORKSPACE/_scripts/github/cross-build.sh
32+ ghcr.io/inet-framework/ci-inet:6.4 .0-260504 /bin/bash $GITHUB_WORKSPACE/_scripts/github/cross-build.sh
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v6
1919 - name : Pull Docker image
20- run : docker pull ghcr.io/inet-framework/ci-inet:6.3 .0-251029
20+ run : docker pull ghcr.io/inet-framework/ci-inet:6.4 .0-260504
2121 - run : mkdir /home/runner/work/ccache
2222 - uses : actions/cache@v5
2323 with :
2929 run : |
3030 docker run -i --env TARGET_PLATFORM=windows --env MODE=${{ matrix.mode }} --env GITHUB_WORKSPACE \
3131 -v $GITHUB_WORKSPACE:$GITHUB_WORKSPACE -v /home/runner/work/ccache:/root/.ccache \
32- ghcr.io/inet-framework/ci-inet:6.3 .0-251029 /bin/bash $GITHUB_WORKSPACE/_scripts/github/cross-build.sh
32+ ghcr.io/inet-framework/ci-inet:6.4 .0-260504 /bin/bash $GITHUB_WORKSPACE/_scripts/github/cross-build.sh
You can’t perform that action at this time.
0 commit comments