Skip to content

Commit

Permalink
Replace actions build with stub
Browse files Browse the repository at this point in the history
Update build-docker.yml
  • Loading branch information
mcm001 committed Dec 30, 2022
1 parent 04d69ee commit 88fc168
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,10 @@ jobs:
- name: APT update
run: |
sudo apt update
sudo apt install binfmt-support
sudo apt install qemu qemu-user-static
sudo update-binfmts --enable
# Build image with docker
- name: Run build-docker.sh
run: ./build-docker.sh

# Print output directory files
- name: List output files
run: ls -lh deploy
mkdir deploy
echo "hello world" > deploy/image_2022foobar-PhotonVision_arm64.img.xz
echo "hello 2" > deploy/image_2022foobar-PhotonVision_arm64.info
- name: Upload built image
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 88fc168

Please sign in to comment.