mirror of
https://github.com/snltty/linker.git
synced 2025-09-27 05:25:57 +08:00
loongarch
This commit is contained in:
11
.github/workflows/loongarch64.yml
vendored
11
.github/workflows/loongarch64.yml
vendored
@@ -12,13 +12,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v3.4.0
|
||||||
- name: Set up Docker Buildx
|
with:
|
||||||
uses: docker/setup-buildx-action@v2
|
image: loongarch64/debian
|
||||||
- name: Run LoongArch64 container
|
platforms: loong64
|
||||||
run: >
|
|
||||||
docker run --privileged --platform linux/loong64 loongarch64/debian
|
|
||||||
tail -f /dev/null
|
|
||||||
- name: setup
|
- name: setup
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
v1.6.6
|
v1.6.6
|
||||||
2025-02-11 13:21:19
|
2025-02-11 13:35:34
|
||||||
1. 适配OpenWrt的NAT
|
1. 适配OpenWrt的NAT
|
||||||
2. 打包ipk
|
2. 打包ipk
|
||||||
3. 修复首次启动网卡未启动bug
|
3. 修复首次启动网卡未启动bug
|
||||||
|
@@ -13,14 +13,10 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v3.4.0
|
||||||
|
with:
|
||||||
- name: Set up Docker Buildx
|
image: loongarch64/debian
|
||||||
uses: docker/setup-buildx-action@v2
|
platforms: loong64
|
||||||
|
|
||||||
- name: Run LoongArch64 container
|
|
||||||
run: |
|
|
||||||
docker run --privileged --platform linux/loong64 loongarch64/debian tail -f /dev/null
|
|
||||||
- name: setup
|
- name: setup
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
|
Reference in New Issue
Block a user