build with qemu for focal and remove some deps

pull/40/head
thelamer 2020-04-17 15:31:35 -07:00
rodzic 6212c1f209
commit a2035cf0e3
5 zmienionych plików z 12 dodań i 5 usunięć

Wyświetl plik

@ -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 && \

Wyświetl plik

@ -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 && \

Wyświetl plik

@ -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 && \

4
Jenkinsfile vendored
Wyświetl plik

@ -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([

Wyświetl plik

@ -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'