mirror of
https://github.com/snltty/linker.git
synced 2026-04-02 11:40:50 +08:00
loongarch
This commit is contained in:
3
.github/workflows/loongarch64.yml
vendored
3
.github/workflows/loongarch64.yml
vendored
@@ -6,9 +6,6 @@ name: LoongArch64
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: loongarch64/debian
|
||||
options: '--privileged'
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
v1.6.6
|
||||
2025-02-11 13:17:55
|
||||
2025-02-11 13:19:25
|
||||
1. 适配OpenWrt的NAT
|
||||
2. 打包ipk
|
||||
3. 修复首次启动网卡未启动bug
|
||||
|
||||
@@ -6,15 +6,12 @@ name: LoongArch64
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: loongarch64/debian
|
||||
options: --privileged
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user