explicitly set platform

This commit is contained in:
simon 2022-05-11 21:37:03 +07:00
parent 1f0ef10d35
commit 5bccbfbd84
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,10 @@ kind: pipeline
type: docker type: docker
name: unstable name: unstable
platform:
os: linux
arch: amd64
# test comment # test comment
steps: steps:
- name: docker - name: docker
@ -15,4 +19,3 @@ steps:
tags: tags:
- unstable - unstable
dry_run: True dry_run: True
target: linux/amd64