diff --git a/sqmod.yml b/sqmod.yml index 362d0da..ecb4528 100644 --- a/sqmod.yml +++ b/sqmod.yml @@ -2,9 +2,9 @@ kind: pipeline name: create-release workspace: path: /repo -platform: - os: linux - arch: amd64 +#platform: + #os: linux + #arch: amd64 steps: - name: create @@ -33,9 +33,9 @@ kind: pipeline name: build-linux workspace: path: /repo -platform: - os: linux - arch: amd64 +#platform: + #os: linux + #arch: amd64 depends_on: - create-release