Skip to content

Commit 928a737

Browse files
authored
Merge pull request #1 from microsoft/km/add_action
Km/add action
2 parents d665e9f + 6ba115c commit 928a737

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
name: coresvc-fileserver-build
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- main
8+
9+
jobs:
10+
build-coresvc-fileserver-amd64:
11+
permissions:
12+
contents: read
13+
packages: write
14+
15+
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/coresvc-build.yaml@main
16+
with:
17+
REGISTRY: ghcr.io
18+
APP_NAME: coresvc-registry
19+
ANNOTATION: azure-orbital-space-sdk-coresvc-registry.yaml
20+
WORKFLOW_AGENT: ubuntu-latest
21+
ARCHITECTURE: arm64
22+
secrets:
23+
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
24+
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
25+
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}
26+
27+
build-coresvc-fileserver-arm64:
28+
permissions:
29+
contents: read
30+
packages: write
31+
32+
uses: microsoft/azure-orbital-space-sdk-github-actions/.github/workflows/coresvc-build.yaml@main
33+
with:
34+
REGISTRY: ghcr.io
35+
APP_NAME: coresvc-registry
36+
ANNOTATION: azure-orbital-space-sdk-coresvc-registry.yaml
37+
WORKFLOW_AGENT: ubuntu-latest
38+
ARCHITECTURE: arm64
39+
secrets:
40+
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
41+
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
42+
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}

0 commit comments

Comments
 (0)