forked from vieter-v/vieter
added arm/v7 to release image archs
This commit is contained in:
parent
22ae53b5c2
commit
45647755e0
2 changed files with 3 additions and 8 deletions
|
|
@ -8,7 +8,7 @@ pipeline:
|
|||
settings:
|
||||
repo: chewingbever/vieter
|
||||
tag: dev
|
||||
platforms: [ linux/arm64/v8, linux/amd64 ]
|
||||
platforms: [ linux/arm/v7, linux/arm64/v8, linux/amd64 ]
|
||||
when:
|
||||
event: push
|
||||
branch: dev
|
||||
|
|
@ -21,7 +21,7 @@ pipeline:
|
|||
tag:
|
||||
- latest
|
||||
- $CI_COMMIT_TAG
|
||||
platforms: [ linux/arm64/v8, linux/amd64 ]
|
||||
platforms: [ linux/arm/v7, linux/arm64/v8, linux/amd64 ]
|
||||
when:
|
||||
event: tag
|
||||
branch: main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue