mirror of
https://github.com/drone-plugins/drone-docker.git
synced 2026-06-04 18:24:24 +08:00
Update inputset event-Push
This commit is contained in:
@@ -25,9 +25,7 @@ inputSet:
|
|||||||
identifier: Build_Push
|
identifier: Build_Push
|
||||||
type: Run
|
type: Run
|
||||||
spec:
|
spec:
|
||||||
command: |-
|
command: go build -a -tags netgo -o release/linux/amd64/drone-<+matrix.repo> ./cmd/drone-<+matrix.repo>
|
||||||
go build -a -tags netgo -o release/linux/amd64/drone-<+matrix.repo>
|
|
||||||
./cmd/drone-<+matrix.repo>
|
|
||||||
- step:
|
- step:
|
||||||
identifier: Docker_Build_and_Push
|
identifier: Docker_Build_and_Push
|
||||||
type: Plugin
|
type: Plugin
|
||||||
@@ -54,9 +52,7 @@ inputSet:
|
|||||||
identifier: buildpush
|
identifier: buildpush
|
||||||
type: Run
|
type: Run
|
||||||
spec:
|
spec:
|
||||||
command: |-
|
command: go build -a -tags netgo -o release/linux/arm64/drone-<+matrix.repo> ./cmd/drone-<+matrix.repo>
|
||||||
go build -a -tags netgo -o release/linux/arm64/drone-<+matrix.repo>
|
|
||||||
./cmd/drone-<+matrix.repo>
|
|
||||||
- step:
|
- step:
|
||||||
identifier: Docker_Build_and_Push
|
identifier: Docker_Build_and_Push
|
||||||
type: Plugin
|
type: Plugin
|
||||||
|
|||||||
Reference in New Issue
Block a user