Skip to content

Commit f3545eb

Browse files
author
alianides
committed
datagenerator workflow
1 parent 6939437 commit f3545eb

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: geospatial-images-dg-build
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
paths:
7+
- 'datagenerators/geospatial-images/datagenerator/**'
8+
- '.github/workflows/geospatial-images-generator-build.yaml'
9+
10+
jobs:
11+
build-datagenerator-geospatial-images-amd64:
12+
permissions:
13+
contents: read
14+
packages: write
15+
16+
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/data-generator-build.yaml@main
17+
with:
18+
REGISTRY: ghcr.io
19+
APP_NAME: datagenerator-geospatial-images
20+
ANNOTATION: azure-orbital-space-sdk-data-generators.yaml
21+
WORKFLOW_AGENT: ubuntu-latest
22+
ARCHITECTURE: amd64
23+
DOCKER_FILE: ./datagenerators/geospatial-images/datagenerator/Dockerfiles/Dockerfile
24+
REPO_DIR: ./datagenerators/geospatial-images/datagenerator
25+
YAML_STAGING_DIRECTORY: /var/spacedev/yamls
26+
YAML_FOLDER_PATH: ./datagenerators/geospatial-images/datagenerator/k3s
27+
YAML_FILE_NAME: datagenerator-geospatial-images.yaml
28+
secrets:
29+
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
30+
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
31+
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}
32+
33+
build-datagenerator-geospatial-images-arm64:
34+
permissions:
35+
contents: read
36+
packages: write
37+
38+
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/data-generator-build.yaml@main
39+
with:
40+
REGISTRY: ghcr.io
41+
APP_NAME: datagenerator-geospatial-images
42+
ANNOTATION: azure-orbital-space-sdk-data-generators.yaml
43+
WORKFLOW_AGENT: spacesdk-ubuntu-2204LTS-arm64
44+
ARCHITECTURE: arm64
45+
DOCKER_FILE: ./datagenerators/geospatial-images/datagenerator/Dockerfiles/Dockerfile
46+
REPO_DIR: ./datagenerators/geospatial-images/datagenerator
47+
YAML_STAGING_DIRECTORY: /var/spacedev/yamls
48+
YAML_FOLDER_PATH: ./datagenerators/geospatial-images/datagenerator/k3s
49+
YAML_FILE_NAME: datagenerator-geospatial-images.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)