Commit 673a168f authored by Samir Halilcevic's avatar Samir Halilcevic

Add alpinelinux-3.18 to the ci

parent 4119f7ce
FROM alpine:3.18
RUN apk add --no-cache \
cmake\
g++ \
gcc\
git \
linux-headers \
make \
musl-dev \
openssl-dev \
python3 \
py3-pip
RUN python3 -m pip install \
robotframework \
robotframework-requests \
robotframework-websocketclient
......@@ -32,6 +32,11 @@ config = [
tags: ['docker'],
builds: ['release'],
]],
['alpinelinux-3.18', [ // EOL: May 2025
numCores: 4,
tags: ['docker'],
builds: ['release'],
]],
['centos-7', [ // EOL July 2024
numCores: 4,
tags: ['docker'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment