Skip to content

Commit a7c24f0

Browse files
authored
Merge pull request #5 from microsoft/km/add_arm64_agent
Km/add arm64 agent
2 parents 52c4223 + 6ffa97f commit a7c24f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coresvc-registry-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- main
7+
- main
88

99
jobs:
1010
build-coresvc-registry-amd64:
@@ -34,7 +34,7 @@ jobs:
3434
REGISTRY: ghcr.io
3535
APP_NAME: coresvc-registry
3636
ANNOTATION: azure-orbital-space-sdk-coresvc-registry.yaml
37-
WORKFLOW_AGENT: ubuntu-latest
37+
WORKFLOW_AGENT: spacesdk-ubuntu-2204LTS-arm64
3838
ARCHITECTURE: arm64
3939
secrets:
4040
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}

0 commit comments

Comments
 (0)