Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
99degree authored Jan 10, 2025
1 parent c9c4fd4 commit 7613cc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ jobs:
- name: Build xiaomi-curtana
run: |
cp xiaomi-miatoll.cfg ~/.config/pmbootstrap_v3.cfg
pmbootstrap install --password 147147
pmbootstrap install --password 147147 --split
pmbootstrap export
cp /tmp/postmarketOS-export/boot.img out/boot-xiaomi-tianma-miatoll.img
cp /tmp/postmarketOS-export/xiaomi-miatoll.img out/rootfs-xiaomi-miatoll.img
#sed -i 's/tianma/huaxing/g' ~/.config/pmbootstrap_v3.cfg
pmbootstrap export
cp /tmp/postmarketOS-export/boot.img out/boot-xiaomi-huaxing-miatoll.img
#pmbootstrap export
#cp /tmp/postmarketOS-export/boot.img out/boot-xiaomi-huaxing-miatoll.img
xz -T0 -9e -v out/rootfs-xiaomi-miatoll.img
echo -e "n\nn\ny\n" | pmbootstrap zap
Expand Down

0 comments on commit 7613cc8

Please sign in to comment.