Skip to content

Conversation

@ggee
Copy link

@ggee ggee commented Jun 10, 2023

Add ability to compile for multiple architectures like amd64 and ARM.

If you get this error
ERROR: multiple platforms feature is currently not supported for docker driver. Please switch to a different driver (eg. "docker buildx create --use")

Create a buildx environment.

docker buildx create --name multiarch --driver docker-container --use

Then run make targets

Tested on Ubuntu 20.04.6 LTS with custom push to personal repo
https://hub.docker.com/r/greggee/mineos/tags

ggee added 2 commits June 10, 2023 19:34
Add ability to compile for multiple architectures like amd64 and ARM.

If you get this error
ERROR: multiple platforms feature is currently not supported for docker driver. Please switch to a different driver (eg. "docker buildx create --use")

Create a buildx environment.

docker buildx create --name multiarch --driver docker-container --use

Then run make targets

Tested on Ubuntu 20.04.6 LTS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant