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

rip out libc6 update and keep stock installed deb

parent c791b765
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,6 @@ RUN \
apt-get install -y \
curl \
gnupg \
libc6 \
tzdata && \
echo "**** generate locale ****" && \
locale-gen en_US.UTF-8 && \
......
......@@ -85,7 +85,6 @@ RUN \
apt-get install -y \
curl \
gnupg \
libc6 \
tzdata && \
echo "**** generate locale ****" && \
locale-gen en_US.UTF-8 && \
......
......@@ -85,7 +85,6 @@ RUN \
apt-get install -y \
curl \
gnupg \
libc6 \
tzdata && \
echo "**** generate locale ****" && \
locale-gen en_US.UTF-8 && \
......
......@@ -327,7 +327,7 @@ pipeline {
}
stage('Build ARMHF') {
agent {
label 'X86-64-MULTI'
label 'ARMHF'
}
steps {
withCredentials([
......@@ -354,7 +354,7 @@ pipeline {
}
stage('Build ARM64') {
agent {
label 'X86-64-MULTI'
label 'ARM64'
}
steps {
withCredentials([
......
......@@ -6,7 +6,6 @@ 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