Skip to content

Commit

Permalink
fix(arm vm): x64-bin -> arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
2moe committed Apr 6, 2024
1 parent 301c846 commit 9e3f917
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/vm-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,9 @@ jobs:
)
awk $awk_args | sudo tee ${mirror_src}
sudo rm -vf rootfs/etc/resolv.conf
for i (zsh busybox) {
file=$commands[$i]
bin=/usr/local/bin/$i
if [[ -e $bin ]] {
file=$bin
}
sudo cp -vf $file rootfs/bin/
}
docker run --rm -v $PWD/rootfs/bin/:/host ghcr.io/2moe/zsh-static:${{matrix.arch}} cp -v zsh busybox /host
uuu_keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg
if [[ -e $uuu_keyring ]] {
sudo cp -vf $uuu_keyring rootfs$uuu_keyring
Expand Down

0 comments on commit 9e3f917

Please sign in to comment.