Skip to content

Commit b29d911

Browse files
author
Kevin Mack
committed
Adding annotations
1 parent 0399525 commit b29d911

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
name: planetary-computer-plugin-build
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- km/add_action
8+
paths:
9+
- 'datagenerators/planetary-computer/plugin/**'
10+
- '.github/workflows/planetary-computer-plugin-build.yaml'
11+
12+
jobs:
13+
build-plugin-planetary-computer-amd64:
14+
permissions:
15+
contents: read
16+
packages: write
17+
18+
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/plugin-build.yaml@km/add_data_generator
19+
with:
20+
APP_PROJECT: ./datagenerators/planetary-computer/plugin/src/planetary-computer-vth-plugin.csproj
21+
OUTPUT_DIR: /var/spacedev/tmp/planetary-computer-vth-plugin/output
22+
PLUGIN_STAGING_DIRECTORY: /var/spacedev/plugins/vth
23+
PLUGIN_FILE_NAME: planetary-computer-vth-plugin.dll
24+
ANNOTATION: azure-orbital-space-sdk-data-generators.yaml
25+
WORKFLOW_AGENT: ubuntu-latest
26+
ARCHITECTURE: amd64
27+
DEV_CONTAINER_JSON: .devcontainer/planetary-computer-vth-plugin/devcontainer.json
28+
ANNOTATION_CONFIG: azure-orbital-space-sdk-data-generators.yaml
29+
secrets:
30+
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
31+
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
32+
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}
33+
34+
build-plugin-planetary-computer-arm64:
35+
permissions:
36+
contents: read
37+
packages: write
38+
39+
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/plugin-build.yaml@km/add_data_generator
40+
with:
41+
APP_PROJECT: ./datagenerators/planetary-computer/plugin/src/planetary-computer-vth-plugin.csproj
42+
OUTPUT_DIR: /var/spacedev/tmp/planetary-computer-vth-plugin/output
43+
PLUGIN_STAGING_DIRECTORY: /var/spacedev/plugins/vth
44+
PLUGIN_FILE_NAME: planetary-computer-vth-plugin.dll
45+
ANNOTATION: azure-orbital-space-sdk-data-generators.yaml
46+
WORKFLOW_AGENT: ubuntu-latest
47+
ARCHITECTURE: amd64
48+
DEV_CONTAINER_JSON: .devcontainer/planetary-computer-vth-plugin/devcontainer.json
49+
ANNOTATION_CONFIG: azure-orbital-space-sdk-data-generators.yaml
50+
secrets:
51+
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
52+
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
53+
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}

0 commit comments

Comments
 (0)