mirror of
https://github.com/snltty/linker.git
synced 2026-03-27 08:20:49 +08:00
loongarch
This commit is contained in:
4
.github/workflows/loongarch64.yml
vendored
4
.github/workflows/loongarch64.yml
vendored
@@ -17,8 +17,8 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: Run LoongArch64 container
|
||||
run: >
|
||||
docker run --privileged --platform linux/loongarch64
|
||||
loongarch64/debian tail -f /dev/null
|
||||
docker run --privileged --platform linux/loong64 loongarch64/debian
|
||||
tail -f /dev/null
|
||||
- name: setup
|
||||
run: |
|
||||
apt update
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
v1.6.6
|
||||
2025-02-11 13:19:25
|
||||
2025-02-11 13:21:19
|
||||
1. 适配OpenWrt的NAT
|
||||
2. 打包ipk
|
||||
3. 修复首次启动网卡未启动bug
|
||||
|
||||
@@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
- name: Run LoongArch64 container
|
||||
run: |
|
||||
docker run --privileged --platform linux/loongarch64 loongarch64/debian tail -f /dev/null
|
||||
docker run --privileged --platform linux/loong64 loongarch64/debian tail -f /dev/null
|
||||
- name: setup
|
||||
run: |
|
||||
apt update
|
||||
|
||||
Reference in New Issue
Block a user