Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing names
Browse files Browse the repository at this point in the history
Kevin Mack committed Jun 11, 2024
1 parent e52efde commit 8d2d332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coresvc-fileserver-build.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ env:
ANNOTATION: azure-orbital-space-sdk-coresvc-fileserver.yaml

jobs:
build-publish-coresvc-fileserver-amd64:
build-coresvc-fileserver-amd64:
runs-on: ubuntu-latest

permissions:
@@ -47,7 +47,7 @@ jobs:
# echo "Running build_containerImage.sh script:"
# bash /var/spacedev/build/build_containerImage.sh --dockerfile Dockerfiles/Dockerfile --image-tag $SPACEFX_VERSION --architecture amd64 --repo-dir ${PWD} --app-name ${{ env.APP_NAME }} --annotation-config ${{ env.ANNOTATION}}

build-publish-coresvc-fileserver-arm64:
build-coresvc-fileserver-arm64:
runs-on: ubuntu-latest

permissions:

0 comments on commit 8d2d332

Please sign in to comment.