loongarch

This commit is contained in:
snltty
2025-02-11 13:19:25 +08:00
parent eec6a43d49
commit 2ef6a227ee
3 changed files with 2 additions and 8 deletions

View File

@@ -6,9 +6,6 @@ name: LoongArch64
jobs:
build:
runs-on: ubuntu-latest
container:
image: loongarch64/debian
options: '--privileged'
defaults:
run:
shell: bash

View File

@@ -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

View File

@@ -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