File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 11FROM --platform=$TARGETPLATFORM alpine:latest AS depsbuilder
22
3+ RUN apk update
34RUN apk add --no-cache \
45 autoconf \
56 automake \
67 build-base \
78 curl \
89 ncurses \
910 ncurses-terminfo \
11+ nodejs \
1012 zip
1113
1214RUN mkdir -p /fake.root /extract
Original file line number Diff line number Diff line change 4545 LNAV_BASENAME : lnav-${{ inputs.lnav_version_number }}
4646 LNAV_ZIPNAME : lnav-${{ inputs.lnav_version_number }}-linux-musl-${{ matrix.arch }}.zip
4747 steps :
48- - name : Patch native Alpine NodeJS into Runner environment
49- if : runner.os == 'Linux'
50- run : |
51- apk add nodejs
52- sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
53- cd /host/home/runner/runners/*/externals/
54- rm -rf node20/*
55- mkdir node20/bin
56- ln -s /usr/bin/node node20/bin/node
57- shell : sh # No bash in Alpine by default
5848 - name : checkout
5949 uses : actions/checkout@v3
6050 - name : list
You can’t perform that action at this time.
0 commit comments