Skip to content

Commit

Permalink
Update chroot-issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 authored Apr 24, 2024
1 parent 7d9513f commit 67a0e78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/chroot-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
steps:
- name: Test debootstrap
run: |
git clone https://github.com/am11/CrossRepoCITesting; cd CrossRepoCITesting/dir1; docker build --progress=plain -t dir1-testing .
#git clone https://github.com/am11/CrossRepoCITesting; cd CrossRepoCITesting/dir1; docker build --progress=plain -t dir1-testing .
mkdir test1
cd test1
echo "FROM --platform=linux/amd64 ubuntu:latest" > Dockerfile
echo "RUN apt update && apt install -y debootstrap" >> Dockerfile
echo "RUN debootstrap "--variant=minbase" --arch armhf jammy /tmp/test1 http://ports.ubuntu.com/"
echo 'FROM --platform=linux/amd64 ubuntu:latest' > Dockerfile
echo 'RUN apt update && apt install -y debootstrap' >> Dockerfile
echo 'RUN debootstrap "--variant=minbase" --arch armhf jammy /tmp/test1 http://ports.ubuntu.com/' >> Dockerfile
docker build --progress=plain -t minbase-testing .
gcm docker
wsl --update --web-download
Expand Down

0 comments on commit 67a0e78

Please sign in to comment.