Skip to content

Commit

Permalink
try workflow build in container
Browse files Browse the repository at this point in the history
  • Loading branch information
asac committed Aug 8, 2024
1 parent bb86880 commit 1eec37f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/onpush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
- name: Build Kas
run: git fetch origin $GITHUB_SHA && rm -rf build/ && git reset --hard $GITHUB_SHA && git clean -f -d && env && kas build .github/configs/sunxi/sunxi-orange-pi-3lts-remix-scarthgap.yaml:.github/configs/shared-vols.yaml
- name: chown
run: sudo chown -R root:root .
run: sudo chown -R root:root $RUNNER_TEMP
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: images
path: |
build/tmp-*/deploy/images/*/*.wic.*

0 comments on commit 1eec37f

Please sign in to comment.