explicitly set platform

This commit is contained in:
simon
2022-05-11 21:37:03 +07:00
parent 1f0ef10d35
commit 5bccbfbd84

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