Skip to content
mamemomonga edited this page Jun 22, 2019 · 9 revisions

https://github.com/mamemomonga/mastodon-arm/tree/arm64-v2.9.1

docker pull mamemomonga/mastodon-arm:arm64-v2.9.1

リリースノート

作業手順

$ git clone git@github.com:mamemomonga/mastodon-arm.git
$ cd mastodon-arm
$ git add upstream https://github.com/tootsuite/mastodon.git
$ git fetch upstream
$ git checkout v2.9.1
$ git checkout -b arm64-v2.9.1
$ git diff arm64-v2.9.0 Dockerfile
$ git checkout arm64-v2.9.0 Dockerfile
$ git commit -a -m 'tini arm64' 
$ git push origin arm64-v2.9.1
$ git push origin --tag

$ docker build -t mamemomonga/mastodon-arm:arm64-v2.9.1 . && docker push mamemomonga/mastodon-arm:arm64-v2.9.1 
Clone this wiki locally