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
name: unstable
platform:
os: linux
arch: amd64
# test comment
steps:
- name: docker
@ -15,4 +19,3 @@ steps:
tags:
- unstable
dry_run: True
target: linux/amd64