Skip to content
Snippets Groups Projects
Commit a2035cf0 authored by thelamer's avatar thelamer
Browse files

build with qemu for focal and remove some deps

parent 6212c1f2
No related branches found
No related tags found
No related merge requests found
......@@ -82,9 +82,11 @@ RUN \
apt-utils \
locales && \
echo "**** install packages ****" && \
apt-get install -y \
apt-get install --no-install-recommends -y \
ca-certificates \
curl \
gnupg \
libc6 \
tzdata && \
echo "**** generate locale ****" && \
locale-gen en_US.UTF-8 && \
......
......@@ -82,9 +82,11 @@ RUN \
apt-utils \
locales && \
echo "**** install packages ****" && \
apt-get install -y \
apt-get install --no-install-recommends -y \
ca-certificates \
curl \
gnupg \
libc6 \
tzdata && \
echo "**** generate locale ****" && \
locale-gen en_US.UTF-8 && \
......
......@@ -82,9 +82,11 @@ RUN \
apt-utils \
locales && \
echo "**** install packages ****" && \
apt-get install -y \
apt-get install --no-install-recommends -y \
ca-certificates \
curl \
gnupg \
libc6 \
tzdata && \
echo "**** generate locale ****" && \
locale-gen en_US.UTF-8 && \
......
......@@ -327,7 +327,7 @@ pipeline {
}
stage('Build ARMHF') {
agent {
label 'ARMHF'
label 'X86-64-MULTI'
}
steps {
withCredentials([
......@@ -354,7 +354,7 @@ pipeline {
}
stage('Build ARM64') {
agent {
label 'ARM64'
label 'X86-64-MULTI'
}
steps {
withCredentials([
......
......@@ -6,6 +6,7 @@ external_type: os
release_type: prerelease
release_tag: focal
ls_branch: focal
use_qemu: true
repo_vars:
- BUILD_VERSION_ARG = 'OS'
- LS_USER = 'linuxserver'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment