Skip to content

Commit

Permalink
Adding workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Mack committed Jun 11, 2024
1 parent 8ec31c1 commit 05e0241
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/coresvc-switchboard-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- km/add_action

jobs:
build-coresvc-fileserver-amd64:
build-coresvc-switchboard-amd64:
permissions:
contents: read
packages: write
Expand All @@ -24,7 +24,7 @@ jobs:
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}

build-coresvc-fileserver-arm64:
build-coresvc-switchboard-arm64:
permissions:
contents: read
packages: write
Expand All @@ -33,4 +33,10 @@ jobs:
with:
REGISTRY: ghcr.io
APP_NAME: coresvc-switchboard
ANNOTATION: azure-orbital-space-sdk-coresvc-switchboard.yaml
ANNOTATION: azure-orbital-space-sdk-coresvc-switchboard.yaml
WORKFLOW_AGENT: ubuntu-latest
ARCHITECTURE: arm64
secrets:
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}

0 comments on commit 05e0241

Please sign in to comment.