fix(ci): add multi-arch
This commit is contained in:
parent
530610d905
commit
2bb2832a81
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,9 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: REGISTRY_PASS
|
from_secret: REGISTRY_PASS
|
||||||
repo: git.ar21.de/yolokube/country-geo-locations
|
repo: git.ar21.de/yolokube/country-geo-locations
|
||||||
|
platforms:
|
||||||
|
- linux/amd64
|
||||||
|
- linux/arm64
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
- ${CI_PIPELINE_NUMBER}
|
- ${CI_PIPELINE_NUMBER}
|
||||||
|
@ -23,6 +26,9 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: REGISTRY_PASS
|
from_secret: REGISTRY_PASS
|
||||||
repo: git.ar21.de/yolokube/country-geo-locations
|
repo: git.ar21.de/yolokube/country-geo-locations
|
||||||
|
platforms:
|
||||||
|
- linux/amd64
|
||||||
|
- linux/arm64
|
||||||
tags:
|
tags:
|
||||||
- staging
|
- staging
|
||||||
- staging-${CI_PIPELINE_NUMBER}
|
- staging-${CI_PIPELINE_NUMBER}
|
||||||
|
|
Loading…
Add table
Reference in a new issue