mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-08 16:29:47 +00:00
explicitly set platform
This commit is contained in:
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user