Create custom CI pipeline
This commit is contained in:
@@ -14,7 +14,7 @@ steps:
|
||||
- go build
|
||||
when:
|
||||
- event: tag
|
||||
- matrix:
|
||||
matrix:
|
||||
platform: linux/amd64
|
||||
|
||||
- name: build-arm64
|
||||
@@ -23,7 +23,7 @@ steps:
|
||||
- go build
|
||||
when:
|
||||
- event: tag
|
||||
- matrix:
|
||||
matrix:
|
||||
platform: linux/arm64
|
||||
|
||||
- name: build-riscv
|
||||
@@ -32,7 +32,7 @@ steps:
|
||||
- go build
|
||||
when:
|
||||
- event: tag
|
||||
- matrix:
|
||||
matrix:
|
||||
platform: linux/riscv64
|
||||
|
||||
- name: docker
|
||||
|
||||
Reference in New Issue
Block a user