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 89f90d3 commit fd0d263Copy full SHA for fd0d263
1 file changed
arch/s390/self-hosted-builder/actions-runner.Dockerfile
@@ -14,7 +14,7 @@ RUN dnf install -y -q dotnet-sdk-8.0 && \
14
RUN cd /tmp && \
15
git clone -q https://github.com/actions/runner && \
16
cd runner && \
17
- git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) -b build && \
+ git checkout $(git tag | grep "^v[0-9]\+\.[0-9]\+\.[0-9]\+$" | sort -V | tail -1) -b build && \
18
wget https://github.com/anup-kodlekere/gaplib/raw/refs/heads/main/patches/runner-main-sdk8-s390x.patch -O runner-sdk-8.patch && \
19
git apply runner-sdk-8.patch && \
20
sed -i'' -e /version/s/8......\"$/$8.0.100\"/ src/global.json
0 commit comments