Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
99degree authored Jun 26, 2024
1 parent 3b67c60 commit 633388d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
- name: Create artifact directory
run: |
mkdir out
mkdir out_raw
- name: Build xiaomi-miatoll
run: |
Expand All @@ -99,8 +100,8 @@ jobs:
pmbootstrap build adbd-linux
pmbootstrap build firmware-xiaomi-miatoll
pmbootstrap -v --mirror-alpine "http://dl-cdn.alpinelinux.org/alpine/" install --password 147147 --no-sparse --split
pmbootstrap export
cp /tmp/postmarketOS-export/* out/
pmbootstrap export out_raw/
cp -L out_raw/ out/
xz -T0 -9e -v out/*.img
ls -la out/
echo -e "n\nn\ny\n" | pmbootstrap zap
Expand Down

0 comments on commit 633388d

Please sign in to comment.