mirror of
https://github.com/daeuniverse/dae.git
synced 2025-01-27 08:00:38 +07:00
ci(docker): remove support for armv6 (#392)
This commit is contained in:
parent
e7c4473da1
commit
e02d7b8473
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
context: .
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
file: Dockerfile
|
||||
platforms: linux/arm/v6,linux/arm/v7,linux/arm64,linux/amd64,linux/386
|
||||
platforms: linux/arm/v7,linux/arm64,linux/amd64,linux/386
|
||||
push: true
|
||||
tags: |
|
||||
${{ steps.prep.outputs.IMAGE }}:${{ steps.prep.outputs.TAG }}
|
||||
|
Loading…
Reference in New Issue
Block a user