chore: arm64 images

This commit is contained in:
DarkSky
2022-08-11 20:17:52 +08:00
parent f20b795322
commit 7211dd026f
2 changed files with 21 additions and 2 deletions
+10 -2
View File
@@ -57,9 +57,17 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/amd64,linux/arm64/v8
file: ./.github/deployment/Dockerfile-affine
tags: relocate
target: AFFiNE
- name: Build and push Docker image (AFFINE-Local)
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/amd64,linux/arm64/v8
file: ./.github/deployment/Dockerfile-affine-multiplatform
push: ${{ github.ref == 'refs/heads/master' && true || false }}
tags: ${{ steps.meta_affine.outputs.tags }}
labels: ${{ steps.meta_affine.outputs.labels }}
target: AFFiNE
target: AFFiNE