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
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -51,7 +51,7 @@ jobs:
|
||||||
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: /usr/bin/aarch64-linux-gnu-gcc
|
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: /usr/bin/aarch64-linux-gnu-gcc
|
||||||
run: cargo build --release --locked --target ${{ matrix.target }}
|
run: cargo build --release --locked --target ${{ matrix.target }}
|
||||||
|
|
||||||
- name: Build-snap
|
- name: Build snap
|
||||||
if: matrix.target == 'x86_64-unknown-linux-gnu'
|
if: matrix.target == 'x86_64-unknown-linux-gnu'
|
||||||
uses: snapcore/action-build@v1
|
uses: snapcore/action-build@v1
|
||||||
|
|
||||||
|
|
@ -82,7 +82,7 @@ jobs:
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
draft: true
|
draft: true
|
||||||
files: |
|
files: |
|
||||||
yazi-${{ matrix.target }}.zip
|
yazi-${{ matrix.target }}.zip
|
||||||
yazi*.snap
|
yazi*.snap
|
||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
|
|
|
||||||
|
|
@ -1,21 +1,17 @@
|
||||||
name: yazi
|
name: yazi
|
||||||
base: core22
|
base: core22
|
||||||
adopt-info: yazi
|
adopt-info: yazi
|
||||||
summary: Blazing fast terminal file manager
|
summary: Blazing fast terminal file manager written in Rust, based on async I/O.
|
||||||
description: |
|
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.
|
It aims to provide an efficient, user-friendly, and customizable file management experience.
|
||||||
license: MIT
|
license: MIT
|
||||||
|
|
||||||
grade: stable
|
grade: stable
|
||||||
confinement: classic
|
confinement: classic
|
||||||
|
|
||||||
architectures:
|
architectures:
|
||||||
- build-on: amd64
|
- amd64
|
||||||
build-for: amd64
|
# - arm64
|
||||||
# - build-on: amd64
|
|
||||||
# build-for: arm64
|
|
||||||
|
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
yazi:
|
yazi:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue