forked from vieter-v/vieter
Removed arm/v7 from docker release builds
parent
94f96feb5d
commit
4c3f322e6f
|
@ -10,7 +10,7 @@ pipeline:
|
|||
settings:
|
||||
repo: chewingbever/vieter
|
||||
tag: dev
|
||||
platforms: [ linux/arm/v7, linux/arm64/v8, linux/amd64 ]
|
||||
platforms: [ linux/arm64/v8, linux/amd64 ]
|
||||
build_args_from_env:
|
||||
- CI_COMMIT_SHA
|
||||
when:
|
||||
|
@ -23,7 +23,7 @@ pipeline:
|
|||
settings:
|
||||
repo: chewingbever/vieter
|
||||
auto_tag: true
|
||||
platforms: [ linux/arm/v7, linux/arm64/v8, linux/amd64 ]
|
||||
platforms: [ linux/arm64/v8, linux/amd64 ]
|
||||
build_args_from_env:
|
||||
- CI_COMMIT_SHA
|
||||
when:
|
||||
|
|
Loading…
Reference in New Issue