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 |
Beta Was this translation helpful? Give feedback.
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
Dockerfile
on my Pi 4 and the following was the result.We need to use the
aarch64
variant formartinussuherman/alpine:glibc-3.12
to start with and package theaarch64
variant of the code-server.Beta Was this translation helpful? Give feedback.
All reactions