Skip to content
New issue

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

Change Docker workflow to use buildx #9

Merged
merged 4 commits into from
Jul 12, 2023
Merged

Conversation

Potherca
Copy link
Member

@Potherca Potherca commented May 31, 2023

This, together with QEMU, makes it possible to build docker images for multiple architectures.

To use this, run:

docker pull ghcr.io/simplyedit/simplycode-docker:9_merge
docker run \
    --env "USER_GID=$(id -g)" \
    --env "USER_ID=$(id -u)" \
    --interactive \
    --rm \
    --tty \
    --publish-all \
    --volume "${PWD}:/var/www/www/api/data" \
    ghcr.io/simplyedit/simplycode-docker:9_merge

Fixes #8 and #10

This, together with QEMU,
makes it possible to build docker images for multiple architectures.
@Potherca Potherca self-assigned this May 31, 2023
@Hoxolotl
Copy link
Contributor

Should I review this and merge it?

@Potherca Potherca merged commit 8e70f4d into main Jul 12, 2023
@Potherca Potherca deleted the add/multi-platform-build branch July 12, 2023 13:02
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.

arm64 platform support missing
2 participants