Sync reading position from Moon Reader app to Bookhive atproto records
atproto bookhive ereader moonreader
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add ARM Docker build

+7
+7
.github/workflows/ci.yml
··· 30 30 steps: 31 31 - uses: actions/checkout@v4 32 32 33 + - name: Set up QEMU 34 + uses: docker/setup-qemu-action@v3 35 + 36 + - name: Set up Buildx 37 + uses: docker/setup-buildx-action@v3 38 + 33 39 - name: Log in to GHCR 34 40 uses: docker/login-action@v3 35 41 with: ··· 42 48 with: 43 49 context: . 44 50 push: true 51 + platforms: linux/amd64,linux/arm64 45 52 tags: | 46 53 ghcr.io/${{ github.repository }}:latest 47 54 ghcr.io/${{ github.repository }}:${{ github.sha }}