-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpublish.yaml
55 lines (47 loc) · 1.53 KB
/
publish.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
includes:
- dependencies: ./dependencies.yaml
- create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.0/tasks/create.yaml
- publish: https://raw.githubusercontent.com/defenseunicorns/uds-common/v0.4.0/tasks/publish.yaml
tasks:
- name: package
description: Build and publish the packages
actions:
- description: Create the AMD64 package
task: create:package
with:
architecture: amd64
- description: Create the ARM64 package
task: create:package
with:
architecture: arm64
- description: Publish the packages
task: publish:package
with:
# x-release-please-start-version
version: "16.10.2-uds.0"
# x-release-please-end
- name: test-bundle
description: Build and publish the test bundles
actions:
- description: Create the ARM64 deps package
task: dependencies:create
with:
architecture: amd64
- description: Create the ARM64 deps package
task: dependencies:create
with:
architecture: arm64
- description: Create the AMD64 bundle
task: create:test-bundle
with:
architecture: amd64
- description: Create the ARM64 bundle
task: create:test-bundle
with:
architecture: arm64
- description: Publish the bundles
task: publish:test-bundle
with:
# x-release-please-start-version
version: "16.10.2-uds.0"
# x-release-please-end