Skip to content

Commit

Permalink
continue with build
Browse files Browse the repository at this point in the history
  • Loading branch information
duhow committed Sep 8, 2024
1 parent 0ba0e60 commit 5248ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:
env:
IMAGE: ghcr.io/${{ github.repository }}/${{ matrix.model }}:base
run: |
sudo ls -la /root/.docker/config.json
sudo cat /root/.docker/config.json
sudo ln -svf $HOME/.docker/config.json /root/.docker/config.json
sudo make pull MODEL=$MODEL
Expand All @@ -60,11 +58,13 @@ jobs:
- name: Pull build packages
uses: actions/download-artifact@v4
if: false
with:
name: build-${{ matrix.model }}
path: build-packages/targets/

- name: Extract build packages
if: false
env:
SOURCE_DIR: build-packages/targets
TARGET: build-packages/s2t/armv7
Expand Down

0 comments on commit 5248ead

Please sign in to comment.