diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e40bd55..51f62aa 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -29,13 +29,6 @@ jobs: binary-postfix: "" use-cross: false binary-name: viddy - - os: ubuntu-latest - os-name: linux - target: x86_64-unknown-linux-gnu - architecture: x86_64 - binary-postfix: "" - use-cross: false - binary-name: viddy - os: windows-latest os-name: windows target: x86_64-pc-windows-msvc @@ -43,20 +36,6 @@ jobs: binary-postfix: ".exe" use-cross: false binary-name: viddy - - os: ubuntu-latest - os-name: linux - target: aarch64-unknown-linux-gnu - architecture: arm64 - binary-postfix: "" - use-cross: true - binary-name: viddy - - os: ubuntu-latest - os-name: linux - target: i686-unknown-linux-gnu - architecture: i686 - binary-postfix: "" - use-cross: true - binary-name: viddy - os: ubuntu-latest os-name: linux target: x86_64-unknown-linux-musl diff --git a/Cargo.lock b/Cargo.lock index 5e3f900..f07e27d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2872,7 +2872,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "viddy" -version = "1.0.0-rc.2" +version = "1.0.0-rc.4" dependencies = [ "ansi-parser", "ansi-to-tui", diff --git a/Cargo.toml b/Cargo.toml index 09f9a07..68b4ea7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "viddy" -version = "1.0.0-rc.2" +version = "1.0.0-rc.4" edition = "2021" description = "A modern watch command" diff --git a/README.md b/README.md index d3eb66e..8aaa969 100644 --- a/README.md +++ b/README.md @@ -118,12 +118,12 @@ brew install sachaos/tap/viddy-rc ### Linux ```shell -wget -O viddy.tar.gz https://github.com/sachaos/viddy/releases/download/v1.0.0-rc.3/viddy-v1.0.0-rc.3-linux-x86_64.tar.gz && tar xvf viddy.tar.gz && mv viddy /usr/local/bin +wget -O viddy.tar.gz https://github.com/sachaos/viddy/releases/download/v1.0.0-rc.4/viddy-v1.0.0-rc.4-linux-x86_64.tar.gz && tar xvf viddy.tar.gz && mv viddy /usr/local/bin ``` ### Other -Download from [release page](https://github.com/sachaos/viddy/releases/tag/v1.0.0-rc.3). +Download from [release page](https://github.com/sachaos/viddy/releases/tag/v1.0.0-rc.4). ## Keymaps