chore: support arm/v6 platform (close #56)
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: '.'
|
context: '.'
|
||||||
file: './Dockerfile'
|
file: './Dockerfile'
|
||||||
platforms: 'linux/amd64,linux/arm64,linux/arm/v7'
|
platforms: 'linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7'
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ttionya/vaultwarden-backup:${{ steps.pre.outputs.tag }}
|
ttionya/vaultwarden-backup:${{ steps.pre.outputs.tag }}
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: '.'
|
context: '.'
|
||||||
file: './Dockerfile'
|
file: './Dockerfile'
|
||||||
platforms: 'linux/amd64,linux/arm64,linux/arm/v7'
|
platforms: 'linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7'
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ttionya/vaultwarden-backup:latest
|
ttionya/vaultwarden-backup:latest
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: '.'
|
context: '.'
|
||||||
file: './Dockerfile'
|
file: './Dockerfile'
|
||||||
platforms: 'linux/amd64,linux/arm64,linux/arm/v7'
|
platforms: 'linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7'
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ttionya/vaultwarden-backup:latest
|
ttionya/vaultwarden-backup:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user