mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Use miyoocfw/toolchain docker
This commit is contained in:
9
.github/workflows/rootfs.yml
vendored
9
.github/workflows/rootfs.yml
vendored
@@ -6,20 +6,15 @@ jobs:
|
|||||||
rootfs:
|
rootfs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container:
|
container:
|
||||||
image: nfriedly/buildroot-toolchain:master
|
image: miyoocfw/toolchain:master
|
||||||
env:
|
env:
|
||||||
PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
|
||||||
FORCE_UNSAFE_CONFIGURE: 1
|
FORCE_UNSAFE_CONFIGURE: 1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- run: echo $PATH
|
- run: echo $PATH
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: make
|
||||||
#wget https://github.com/nfriedly/buildroot-toolchain/suites/5893824693/artifacts/200185195
|
|
||||||
#tar -xvf arm-buildroot-linux-musleabi_sdk-buildroot.tar.gz
|
|
||||||
#sudo mv arm-buildroot-linux-musleabi_sdk-buildroot /opt/miyoo
|
|
||||||
make
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: rootfs.tar
|
name: rootfs.tar
|
||||||
|
Reference in New Issue
Block a user