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 7, 2024
1 parent e127834 commit f03af06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/onpush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: shared
run: sudo mkdir -p /shared/sstate && sudo chown builder:builder /shared/sstate && sudo mkdir -p /shared/dldir && sudo chown builder:builder /shared/dldir
- name: Build Kas
run: git remote && git reset --hard $GITHUB_SHA && env && find .github/configs && kas build .github/configs/sunxi/sunxi-orange-pi-3lts-remix-scarthgap.yaml:.github/configs/shared-vols.yaml
run: git remote && git fetch origin $GITHUB_SHA && git reset --hard $GITHUB_SHA && env && find .github/configs && kas build .github/configs/sunxi/sunxi-orange-pi-3lts-remix-scarthgap.yaml:.github/configs/shared-vols.yaml

0 comments on commit f03af06

Please sign in to comment.