mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
8e8155856e
commit
340fce8098
2 changed files with 7 additions and 11 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: /usr/bin/aarch64-linux-gnu-gcc
|
||||
run: cargo build --release --locked --target ${{ matrix.target }}
|
||||
|
||||
- name: Build-snap
|
||||
- name: Build snap
|
||||
if: matrix.target == 'x86_64-unknown-linux-gnu'
|
||||
uses: snapcore/action-build@v1
|
||||
|
||||
|
|
|
|||
|
|
@ -1,21 +1,17 @@
|
|||
name: yazi
|
||||
base: core22
|
||||
adopt-info: yazi
|
||||
summary: Blazing fast terminal file manager
|
||||
summary: Blazing fast terminal file manager written in Rust, based on async I/O.
|
||||
description: |
|
||||
Yazi, which means "duck", is a terminal file manager written in Rust, based on non-blocking async I/O.
|
||||
Yazi is a terminal file manager written in Rust, based on non-blocking async I/O.
|
||||
It aims to provide an efficient, user-friendly, and customizable file management experience.
|
||||
license: MIT
|
||||
|
||||
grade: stable
|
||||
confinement: classic
|
||||
|
||||
architectures:
|
||||
- build-on: amd64
|
||||
build-for: amd64
|
||||
# - build-on: amd64
|
||||
# build-for: arm64
|
||||
|
||||
- amd64
|
||||
# - arm64
|
||||
|
||||
apps:
|
||||
yazi:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue