We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. platform: linux/arm64 option doesn't work. Help would be appreciated ) @kaumudpa
/usr/local/bin/docker-entrypoint.sh: exec format error
I'm running coolify on ubuntu, arm architeture on hetzner
I believe this line is the problem in docker compose file platform: linux/amd64
I've changed to platform: linux/arm64
I simply installed calcom on coolify. calcom instance keeps restarting (unhealthy)
Ubuntu 22.04 on arm
coollabsio/coolify#4591
I see this. # Temporarily disable ARM build due to runner performance issues # - name: Set up QEMU # uses: docker/setup-qemu-action@v2
docker/.github/workflows/docker-build-push-dockerhub.yml
Line 95 in 8547540
Originally posted by @shsunmoonlee in #358 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi. platform: linux/arm64 option doesn't work. Help would be appreciated ) @kaumudpa
Error Message and Logs
I'm running coolify on ubuntu, arm architeture on hetzner
I believe this line is the problem in docker compose file
platform: linux/amd64
I've changed to
platform: linux/arm64
I simply installed calcom on coolify.
calcom instance keeps restarting (unhealthy)
Steps to Reproduce
Operating System and Version (self-hosted)
Ubuntu 22.04 on arm
coollabsio/coolify#4591
I see this.
# Temporarily disable ARM build due to runner performance issues
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v2
docker/.github/workflows/docker-build-push-dockerhub.yml
Line 95 in 8547540
Originally posted by @shsunmoonlee in #358 (comment)
The text was updated successfully, but these errors were encountered: