Skip to content

Commit 87da852

Browse files
Merge pull request #96 from osnieh/Dockerupdates
Remove arm-linux from excludes in buildme.pl and put basic excludes from buildme.pl to Docker/.dockerignore
2 parents df9580a + dc594a8 commit 87da852

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

Docker/.dockerignore

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#
2+
# Directories to exclude when building the docker image:
3+
# For Docker we provide x86_64 and armhf for Perl 5.36 only
4+
#
15
CPAN/arch/5.1*
26
CPAN/arch/5.2*
37
CPAN/arch/5.3[0248]
@@ -12,5 +16,14 @@ Bin/sparc-linux
1216
icudt46b.dat
1317
icudt58b.dat
1418
Slim/Plugin/PreventStandby
15-
Plugins/*
19+
#
20+
# Some basic excludes
21+
#
22+
.editorconfig
1623
.git
24+
.github
25+
.gitignore
26+
**/t
27+
**/ext-all-debug.js
28+
Firmware/*.bin
29+
Plugins/*

buildme.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
# for Docker we provide x86_64 and armhf for Perl 5.36 only
4747
# Dont't forget to keep this list in sync with the file "Docker/.dockerignore"
48-
my $dirsToExcludeForDocker = "$dirsToExcludeForLinuxPackage 5.20 5.22 5.24 5.26 5.28 5.30 5.32 5.34 5.38 5.40 i386-linux arm-linux icudt46b.dat icudt58b.dat";
48+
my $dirsToExcludeForDocker = "$dirsToExcludeForLinuxPackage 5.20 5.22 5.24 5.26 5.28 5.30 5.32 5.34 5.38 5.40 i386-linux icudt46b.dat icudt58b.dat";
4949

5050
# Musical Fidelity comes with Perl 5.22
5151
my $dirsToExcludeForEncore = "$dirsToExcludeForLinuxPackage 5.20 5.24 5.26 5.28 5.30 5.32 5.34 5.36 5.38 5.40 i386-linux arm-linux armhf-linux aarch64-linux i86pc-solaris-thread-multi-64int sparc-linux powerpc-linux icudt46l.dat icudt46b.dat";

0 commit comments

Comments
 (0)