chore: docker not support linux/386 platform anymore because vaultwarden not support it
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: '.'
|
context: '.'
|
||||||
file: './Dockerfile'
|
file: './Dockerfile'
|
||||||
platforms: 'linux/amd64,linux/386,linux/arm64,linux/arm/v7'
|
platforms: 'linux/amd64,linux/arm64,linux/arm/v7'
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ttionya/vaultwarden-backup:${{ steps.pre.outputs.tag }}
|
ttionya/vaultwarden-backup:${{ steps.pre.outputs.tag }}
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: '.'
|
context: '.'
|
||||||
file: './Dockerfile'
|
file: './Dockerfile'
|
||||||
platforms: 'linux/amd64,linux/386,linux/arm64,linux/arm/v7'
|
platforms: 'linux/amd64,linux/arm64,linux/arm/v7'
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ttionya/vaultwarden-backup:latest
|
ttionya/vaultwarden-backup:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user