Create custom CI pipeline
This commit is contained in:
@@ -14,7 +14,7 @@ steps:
|
|||||||
- go build
|
- go build
|
||||||
when:
|
when:
|
||||||
- event: tag
|
- event: tag
|
||||||
- matrix:
|
matrix:
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
|
|
||||||
- name: build-arm64
|
- name: build-arm64
|
||||||
@@ -23,7 +23,7 @@ steps:
|
|||||||
- go build
|
- go build
|
||||||
when:
|
when:
|
||||||
- event: tag
|
- event: tag
|
||||||
- matrix:
|
matrix:
|
||||||
platform: linux/arm64
|
platform: linux/arm64
|
||||||
|
|
||||||
- name: build-riscv
|
- name: build-riscv
|
||||||
@@ -32,7 +32,7 @@ steps:
|
|||||||
- go build
|
- go build
|
||||||
when:
|
when:
|
||||||
- event: tag
|
- event: tag
|
||||||
- matrix:
|
matrix:
|
||||||
platform: linux/riscv64
|
platform: linux/riscv64
|
||||||
|
|
||||||
- name: docker
|
- name: docker
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ steps:
|
|||||||
- manifest-tool push from-args --platforms linux/amd64,linux/arm64,linux/riscv64 --template gitea.elara.ws/elara6331/distrohop:ARCH --tags ${CI_COMMIT_TAG} --target gitea.elara.ws/elara6331/distrohop:latest
|
- manifest-tool push from-args --platforms linux/amd64,linux/arm64,linux/riscv64 --template gitea.elara.ws/elara6331/distrohop:ARCH --tags ${CI_COMMIT_TAG} --target gitea.elara.ws/elara6331/distrohop:latest
|
||||||
when:
|
when:
|
||||||
- event: tag
|
- event: tag
|
||||||
- platform: linux/amd64
|
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- build
|
- build
|
||||||
Reference in New Issue
Block a user