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
if you run make build for the test_app (copied into another directory and renamed as something else. see: https://github.com/chanzuckerberg/virtual-cells-platform), then you get the following error on Macs with M1/M2 (arm64 architectures):
make build
test_app
% make build rm -rf dist/*.whl docker compose build [+] Building 0.7s (2/2) FINISHED docker:desktop-linux => [graphql-api internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 596B 0.0s => ERROR [graphql-api internal] load metadata for ghcr.io/chanzuckerberg/platformics:latest 0.7s ------ > [graphql-api internal] load metadata for ghcr.io/chanzuckerberg/platformics:latest: ------ failed to solve: ghcr.io/chanzuckerberg/platformics:latest: failed to resolve source metadata for ghcr.io/chanzuckerberg/platformics:latest: no match for platform in manifest: not found make: *** [build] Error 17
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
if you run
make build
for thetest_app
(copied into another directory and renamed as something else. see: https://github.com/chanzuckerberg/virtual-cells-platform), then you get the following error on Macs with M1/M2 (arm64 architectures):The text was updated successfully, but these errors were encountered: