Skip to content

Commit 8218b03

Browse files
committed
chore(woodpecker): migrations woodpecker-ci to 2
1 parent c7ab1ac commit 8218b03

3 files changed

Lines changed: 6 additions & 9 deletions

File tree

.woodpecker/build-linux.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ matrix:
33
- linux/amd64
44
- linux/arm64
55

6-
platform: ${platform}
7-
86
labels:
97
type: exec
8+
platform: ${platform}
109

11-
pipeline:
10+
steps:
1211
- name: publish-linux
1312
image: bash
1413
commands:

.woodpecker/manifest.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
platform: linux/amd64
2-
31
labels:
42
type: exec
3+
platform: linux/amd64
54

6-
pipeline:
5+
steps:
76
- name: generate-manifest
87
image: bash
98
commands:

.woodpecker/test-linux.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ matrix:
33
- linux/amd64
44
- linux/arm64
55

6-
platform: ${platform}
7-
86
labels:
97
type: exec
8+
platform: ${platform}
109

11-
pipeline:
10+
steps:
1211
- name: test-linux
1312
image: bash
1413
commands:

0 commit comments

Comments
 (0)