Update inputset event-Push

This commit is contained in:
Archit Mallik
2025-02-12 18:22:53 +05:30
parent 0b37919783
commit d0bb0efd91
+2 -6
View File
@@ -25,9 +25,7 @@ inputSet:
identifier: Build_Push
type: Run
spec:
command: |-
go build -a -tags netgo -o release/linux/amd64/drone-<+matrix.repo>
./cmd/drone-<+matrix.repo>
command: go build -a -tags netgo -o release/linux/amd64/drone-<+matrix.repo> ./cmd/drone-<+matrix.repo>
- step:
identifier: Docker_Build_and_Push
type: Plugin
@@ -54,9 +52,7 @@ inputSet:
identifier: buildpush
type: Run
spec:
command: |-
go build -a -tags netgo -o release/linux/arm64/drone-<+matrix.repo>
./cmd/drone-<+matrix.repo>
command: go build -a -tags netgo -o release/linux/arm64/drone-<+matrix.repo> ./cmd/drone-<+matrix.repo>
- step:
identifier: Docker_Build_and_Push
type: Plugin