File tree 1 file changed +42
-0
lines changed
1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
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 }}
You can’t perform that action at this time.
0 commit comments