changes to compile for linux/arm64 & Apple M1 #27
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes to compile/run on Apple M1 silicon.
Based on changes in nebucaz/indy-sdk where fixes in postgres_storage have been implemented to be able to compile on Ubuntu 20.04 aarch64 (linux/arm64) architecture
Dockerfile.ubuntu
ARG platform
FROM
uses--platform
attributemake_node_image.py
Create image for arm64 platforms:
./make_node_image.py 1.12a --release --platform linux/arm64/v8 --name /von-image --py36 -t /von-image:node-1.12-4-arm64 -f node-1.12/Dockerfile.ubuntu --push
Create image for amd64 platforms:
./make_node_image.py 1.12a --release --platform linux/amd64 --name /von-image --py36 -t /von-image:node-1.12-4-amd64 -f node-1.12/Dockerfile.ubuntu --push
Tests:
Please re-test creation of amd64 image because it does not work on my Apple M1