4 Jan 2022 |
Samantaz Fox | Oooooh, yep | 16:53:52 |
TheFrenchGhosty | something is wrong in that dockerfile | 16:54:19 |
RSS (bot) |
New commit to Invidious: Double quote variable to prevent sh error (#2754)
| 16:54:50 |
Samantaz Fox | Why the hell is it looking for ARMv7 packages.... | 16:55:26 |
TheFrenchGhosty | In reply to @samantazfox:pussthecat.org Why the hell is it looking for ARMv7 packages.... I have no idea xD | 16:55:42 |
TheFrenchGhosty | the alpine:edge image does support armv6 | 16:55:59 |
TheFrenchGhosty | * the alpine:edge image does support armv8 | 16:56:00 |
wanion20 | In reply to @samantazfox:pussthecat.org Why the hell is it looking for ARMv7 packages.... Can I manually override the package name? | 16:58:25 |
TheFrenchGhosty | In reply to @wanion20:matrix.org Can I manually override the package name? the package names are correct | 16:58:36 |
TheFrenchGhosty | it's just pulling the wrong FROM image | 16:58:45 |
wanion20 | I went through the docker file.. I dont know where it specifies the armv7 at all | 16:58:51 |
TheFrenchGhosty | In reply to @wanion20:matrix.org I went through the docker file.. I dont know where it specifies the armv7 at all It doesn't, it's supposed to use what you need | 16:59:08 |
wanion20 | In reply to @thefrenchghosty:pussthecat.org it's just pulling the wrong FROM image yes I chose wrong words. Can I manually override the image name? | 16:59:09 |
TheFrenchGhosty | In reply to @wanion20:matrix.org yes I chose wrong words. Can I manually override the image name? I'm looking | 16:59:21 |
wanion20 | In reply to @thefrenchghosty:pussthecat.org It doesn't, it's supposed to use what you need so would there be a config file on my system that is causing it to use armv7? | 16:59:30 |
TheFrenchGhosty | In reply to @wanion20:matrix.org so would there be a config file on my system that is causing it to use armv7? supposedly | 16:59:41 |
wanion20 | okay I will try to look for it | 16:59:50 |
TheFrenchGhosty | wanion20: Edit the dockerfile.arm64 | 17:00:59 |
TheFrenchGhosty | Replace the first line with: FROM arm64v8/alpine:edge AS builder | 17:02:05 |
TheFrenchGhosty | it should work | 17:02:47 |
TheFrenchGhosty | If it does I'll edit the dockerfile so that it's the default | 17:03:08 |
wanion20 |  Download image.png | 17:04:44 |
wanion20 | Error code 159! | 17:04:46 |
wanion20 | its not working. But we have our heroic error number here | 17:04:56 |
wanion20 | 🙈 | 17:05:06 |
TheFrenchGhosty | something is wrong with your system | 17:05:06 |
TheFrenchGhosty | it's detecting that it's arm7 | 17:05:14 |
TheFrenchGhosty | * it's detecting that it's armv7 | 17:05:16 |
wanion20 | In reply to @thefrenchghosty:pussthecat.org something is wrong with your system Seems like thats the case | 17:05:28 |
TheFrenchGhosty | wanion20: uname -m | 17:05:50 |