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
test_persist is failing when the image is built on Linux. It builds successfully on a Mac with buildx and a cross-platform build.
test_persist
This works on an M1 Mac: docker build -t rustpad:latest --platform=linux/amd64 .
docker build -t rustpad:latest --platform=linux/amd64 .
This doesn't work on amd64 Ubuntu 20.04: docker build -t rustpad:latest .
docker build -t rustpad:latest .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
test_persist
is failing when the image is built on Linux. It builds successfully on a Mac with buildx and a cross-platform build.This works on an M1 Mac:
docker build -t rustpad:latest --platform=linux/amd64 .
This doesn't work on amd64 Ubuntu 20.04:
docker build -t rustpad:latest .
The text was updated successfully, but these errors were encountered: