Skip to content

Commit b8bb468

Browse files
committed
enable all architectures temporarily
- aarch64: working - x86_64: working - arm: NOT working - always one of these three errors, changes depending on docker version and settings used, workarounds from README not succcessful: - libc: error setting PER_LINUX32 personality: Operation not permitted - ERROR: failed to solve: failed to load LLB: security.insecure is not allowed - Error response from daemon: The daemon on this platform does not support setting security options on build - i686: NOT working - frozen: - sh [defunct] - dnsmasq [defunct]
1 parent b06df76 commit b8bb468

13 files changed

+1
-1
lines changed

generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ for package in bionic-host; do
245245
done
246246

247247
# temporary
248-
for package in temporary-package-storage/*; do
248+
for package in temporary-package-storage/*_${ARCHITECTURE}.deb; do
249249
extract_deb ${package}
250250
done
251251

75.3 KB
Binary file not shown.
75.6 KB
Binary file not shown.
77.6 KB
Binary file not shown.
48 KB
Binary file not shown.
34.3 KB
Binary file not shown.
35.4 KB
Binary file not shown.
120 KB
Binary file not shown.
129 KB
Binary file not shown.
134 KB
Binary file not shown.

0 commit comments

Comments
 (0)