Replies: 1 comment 6 replies
|
@t0xic0der yes, the base image arch must match for sure, mine was based on this one: https://github.com/jeanblanchard/docker-alpine-glibc which unfortunately for now, only have linux/amd64 arch. So we need to create linux/arm/v7 and/or linux/arm64/v8 image first to build upon. Thanks and regards, Martinus |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey @martinussuherman,
I did try executing your
Dockerfileon my Pi 4 and the following was the result.We need to use the
aarch64variant formartinussuherman/alpine:glibc-3.12to start with and package theaarch64variant of the code-server.All reactions