Created
March 30, 2022 20:28
-
-
Save tyrm/7fd8bdab077d65d7789fda607149c7d3 to your computer and use it in GitHub Desktop.
mastodon build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export DOCKER_CLI_EXPERIMENTAL=enabled | |
IMAGE_NAME=tyrm/mastodon | |
sed -i 's/install -g yarn/install -g --unsafe-perm yarn/g' Dockerfile | |
echo $DIO_PASS | docker login --username $DIO_USER --password-stdin | |
docker buildx build --platform linux/arm64,linux/amd64 -t $IMAGE_NAME:$BUILD . --push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment