ci: remove Buildkite, add missing dependencies, README edits (#885)

* build: add libicu dependency for deb package

* ci: remove obsolete Buildkite publish workflow

* build: add xdg-utils dependency

* readme: update Linux notes

Remove Buildkite repo instructions and fix some typos.
This commit is contained in:
aikawayataro 2025-01-10 01:29:19 +00:00 committed by GitHub
parent 7361b3d403
commit f1acc96a72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 5 additions and 77 deletions

View file

@ -24,12 +24,6 @@ jobs:
uses: ./.github/workflows/package.yml
with:
version: ${{ needs.version.outputs.version }}
publish-packages:
needs: [package, version]
name: Publish Packages
uses: ./.github/workflows/publish-packages.yml
secrets:
BUILDKITE_TOKEN: ${{ secrets.BUILDKITE_TOKEN }}
release:
needs: [package, version]
name: Release