mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-10 01:10:31 +00:00
explicitly set platform
This commit is contained in:
parent
1f0ef10d35
commit
5bccbfbd84
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user