From 6550c8c99e2dba4b2da94a4ad69b847797fd8a80 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 28 Apr 2024 08:09:50 -0400 Subject: [PATCH] Remove old builds.sr.ht badge --- .build.yml | 28 ---------------------------- README.md | 2 -- 2 files changed, 30 deletions(-) delete mode 100644 .build.yml diff --git a/.build.yml b/.build.yml deleted file mode 100644 index d5c519e..0000000 --- a/.build.yml +++ /dev/null @@ -1,28 +0,0 @@ -image: archlinux -packages: - - rust - - reuse - - flatpak-builder - - rsync -sources: - - https://git.sr.ht/~redstrate/astra -secrets: - - b748582a-5d31-4fe8-94d6-4a63035e97aa -tasks: - - setup: | - cargo install cargo-vendor-filterer - - reuse: | - cd astra - reuse lint - - tarball: | - cd astra - ./scripts/tarball.sh - - upload-tarball: | - echo "StrictHostKeyChecking=no" >> ~/.ssh/config - rsync -e 'ssh -p 38901' -Wvr astra-source.tar.gz deploy@ryne.moe:/srv/http/astra-distrib/astra/git/ - - flatpak: | - cd astra - ./scripts/build-flatpak.sh -artifacts: - - astra-source.tar.gz - - astra/astra.flatpak diff --git a/README.md b/README.md index 5018cd5..bdcf2e2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Astra -[![builds.sr.ht status](https://builds.sr.ht/~redstrate/astra.svg)](https://builds.sr.ht/~redstrate/astra?) - Linux FFXIV launcher that supports profiles, multiple accounts and [Dalamud](https://github.com/goatcorp/Dalamud) plugins!