Building inside docker alpine causes error
Open
- Dominant language
- Go
- Stars
- 8.8k
- Forks
- 383
- PR merge metrics
- No merged PRs in 30d
Description
We created a CI pipeline where the Up application was deployed from inside a docker container using the [official Golang docker image](https://hub.docker.com/_/golang/) (alpine base). The build/deploy was successful as reported by Up.
All requests fail with an internal server error. The following can be found when inspecting the logs:
`sh: ./server: /lib/ld-musl-x86_64.so.1: bad ELF interpreter: No such file or directory`
Contributor guide
Assessment
This issue has not been assessed yet.