Fix latest build arm64 support
stratbasher opened this issue · 2 comments
stratbasher commented
Describe the bug
Latest build doesn't work with arm64, there is only an amd64 tag.
To Reproduce
Steps to reproduce the behavior:
- From an arch system, "export DOCKER_DEFAULT_PLATFORM=linux/arm64"
- Run "docker-compose up proxybroker2" with appropriate docker-compose.yml file
- "WARNING: image with reference bluet/proxybroker2 was found but does not match the specified platform: wanted linux/arm64, actual: linux/amd64
- When running, "exec /usr/local/bin/python: exec format error"
Expected behavior
When pulling / building from Dockerhub, arm64 support
Desktop (please complete the following information):
- OS: Ubuntu Server 22.04.1 LTS
stratbasher commented
As a note, running with image: bluet/proxybroker2:v2.0.0-alpha4 works.
bluet commented
@stratbasher yup sorry we don't have a stable
tag for proxybroker2 yet. the latest
tag is an autobuild.
Porting to Python3.10+ is moving slowly and we need more volunteers to join. 😂