forked from vieter-v/vieter
added arm/v7 to release image archs
parent
22ae53b5c2
commit
45647755e0
|
@ -10,12 +10,7 @@ branches:
|
||||||
platform: ${PLATFORM}
|
platform: ${PLATFORM}
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
vieter:
|
# The default build isn't needed, as alpine switches to gcc for the compiler anyways
|
||||||
image: 'chewingbever/vlang:latest'
|
|
||||||
group: 'build'
|
|
||||||
commands:
|
|
||||||
- make vieter
|
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
image: 'chewingbever/vlang:latest'
|
image: 'chewingbever/vlang:latest'
|
||||||
group: 'build'
|
group: 'build'
|
||||||
|
|
|
@ -8,7 +8,7 @@ pipeline:
|
||||||
settings:
|
settings:
|
||||||
repo: chewingbever/vieter
|
repo: chewingbever/vieter
|
||||||
tag: dev
|
tag: dev
|
||||||
platforms: [ linux/arm64/v8, linux/amd64 ]
|
platforms: [ linux/arm/v7, linux/arm64/v8, linux/amd64 ]
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
branch: dev
|
branch: dev
|
||||||
|
@ -21,7 +21,7 @@ pipeline:
|
||||||
tag:
|
tag:
|
||||||
- latest
|
- latest
|
||||||
- $CI_COMMIT_TAG
|
- $CI_COMMIT_TAG
|
||||||
platforms: [ linux/arm64/v8, linux/amd64 ]
|
platforms: [ linux/arm/v7, linux/arm64/v8, linux/amd64 ]
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
branch: main
|
branch: main
|
||||||
|
|
Loading…
Reference in New Issue