chore: add arm64 and arm/v7 platform support
This commit is contained in:
@@ -18,9 +18,9 @@ jobs:
|
||||
name: Prepare
|
||||
id: pre
|
||||
run: echo ::set-output name=tag::${GITHUB_REF#refs/tags/v}
|
||||
# -
|
||||
# name: Set up QEMU
|
||||
# uses: docker/setup-qemu-action@v1
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
with:
|
||||
context: '.'
|
||||
file: './Dockerfile'
|
||||
platforms: 'linux/amd64,linux/386'
|
||||
platforms: 'linux/amd64,linux/386,linux/arm64,linux/arm/v7'
|
||||
push: true
|
||||
tags: |
|
||||
ttionya/bitwardenrs-backup:latest
|
||||
|
||||
Reference in New Issue
Block a user