Skip to content

Commit

Permalink
Al/fix workflow (#95)
Browse files Browse the repository at this point in the history
* fixed whitespace issue

* change trigger

* fixed runner for jeston build

* Change job name and reset trigger to main

---------

Co-authored-by: alianides <alianides@microsoft.com>
  • Loading branch information
alexlianides and alianides authored Jul 30, 2024
1 parent 8c36adf commit 8d3660d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/spacefx-images-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: spacefx-images-build-publish
on:
workflow_dispatch:
push:
branches:
- main
branches:
- main

jobs:
build-spacefx-base-image-amd64:
Expand Down Expand Up @@ -147,8 +147,8 @@ jobs:
--annotation-config azure-orbital-space-sdk-setup.yaml
done
build-space-sdk-jetson-deviceyquery-arm64:
runs-on: build-spacefx-base-image-arm64
build-space-sdk-jetson-deviceyquery-arm64:
runs-on: spacesdk-ubuntu-2204LTS-arm64
needs: build-python-images-arm64
permissions:
contents: read
Expand All @@ -161,7 +161,7 @@ jobs:
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}

- name: Build Python-Base and SpaceSDK-Base-Python Container images
- name: Build Jetson DeviceQuery Container images
shell: bash
run: |
echo "Sourcing environment variables..."
Expand Down

0 comments on commit 8d3660d

Please sign in to comment.