Skip to content

Commit

Permalink
Breaking out steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Mack committed Jun 11, 2024
1 parent 98ecf02 commit ca433aa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/coresvc-fileserver-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,16 @@ jobs:
- name: Build amd64 container image
shell: bash
run: |
echo "Output Current Directory:"
ls -la ${PWD}
echo ""
echo "Output /var/spacedev/ Directory:"
ls -la /var/spacedev/
echo ""
echo "Sourcing spacefx.env file:"
source /var/spacedev/env/spacefx.env
echo ""
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}}
# - name: Build arm64 container image
Expand Down

0 comments on commit ca433aa

Please sign in to comment.