Commit Graph

44 Commits

Author SHA1 Message Date
Matthew Esposito c1dd1a091e
Update release binary paths 2023-06-03 16:30:58 -04:00
Matthew Esposito 05ae39f743
Update RUSTFLAGS 2023-06-03 16:15:24 -04:00
Matthew Esposito 221260c282
Remove MUSL, build statically via flags 2023-06-03 16:12:48 -04:00
Matthew Esposito 510d967777
Add MUSL target 2023-06-03 14:33:27 -04:00
Matthew Esposito 0bcebff6f2
Fix YAML formatting 2023-06-03 14:24:19 -04:00
Matthew Esposito 0c74305617
Add MUSL builds to GH Actions and fix Release event trigger (#810) 2023-06-03 18:19:20 +00:00
Matthew Esposito b5fc4bef28
Fix github-actions versioning 2023-05-31 19:50:38 -04:00
Mathew Davies 81a6e6458c
ci: cleanup github actions (#803) 2023-05-31 23:47:58 +00:00
Matthew Esposito 27091db53b
Create rust-tests.yml (#690)
This will run tests on every push and PR to master.
2023-01-12 01:43:08 -07:00
spikecodes 7e752b3d81
Fix Docker credential secrets 2022-12-04 11:07:18 -08:00
spikecodes dc06ae3b29
Automatically-update Docker Repo description 2022-12-04 11:01:28 -08:00
spikecodes 225380b7d9
Fix workflow to push to new Libreddit Docker repo 2022-12-04 10:57:19 -08:00
Harsh Mishra 653aee9294
CI: Add docker build caching (#493) 2022-05-15 21:37:13 +00:00
Walkx aec45311cc
✍️fix: Tries to add better readability - ➡️ fix: Moves funding links to correct file (#477)
* ✍️ fix(readme): Adds better readability

* ➡️ fix(buymeacoffee): Moves custom link to correct FUNDING.yml

* ➡️ fix(buymeacoffee): Moves custom link to correct FUNDING.yml

* ✍️ fix(bugreport): Adds better readability

* ✍️ fix(featureparity): Adds better readability

* ✍️ fix(featurerequest): Adds better readability

* ✍️ fix(crypto): Removes broken linking, changed to codeblock
2022-04-06 18:24:10 +00:00
spikecodes 45b875b85d
Continue Rust workflow if version is already published 2021-12-27 14:21:06 -08:00
spikecodes 992d7889c4
Automatically publish to crates.io 2021-12-27 13:53:58 -08:00
spikecodes 90fa0b5496
Automatically generate release notes 2021-12-27 10:15:25 -08:00
Spike 1a1dee36b8
Update FUNDING.yml 2021-11-27 22:55:27 +00:00
Spike 401ee2ee41
Create FUNDING.yml 2021-11-27 22:27:39 +00:00
spikecodes 25e641e7b3
Don't run GitHub Workflow when README.md changes 2021-11-21 22:46:01 -08:00
Spike 2ef7957a66
Create feature parity issue template 2021-11-21 19:48:48 +00:00
Spike 7df8e7b4c6
Tweak feature request template 2021-11-21 19:27:33 +00:00
spikecodes 1d4ea50a45
Add setting to autoplay videos 2021-10-25 21:27:55 -07:00
spikecodes b3b5782373
Handle Docker amd64 builds in GitHub Actions 2021-08-04 12:08:25 -07:00
dbrennand 5418303b08
ARMV7 Docker Image (#234)
* feat: Push dockerfile.

Progress on trying to get armv7 image.

* feat: Add Dockerfile.

Using rust:slim as builder image.

* refactor: Changes to build for armv7.

* feat: Add .cargo config.

Taken from: https://medium.com/swlh/compiling-rust-for-raspberry-pi-arm-922b55dbb050

* refactor: Add environment variable for linker.

Instead of .cargo config file.

* feat: Working cross compile version.

For Armv7.

* refactor: Clean up dockerfile.

* refactor: Rename to armv7.

Rename Dockerfile.armv7rust to Dockerfile.armv7.

* feat: Add workflow to build ARMv7 docker image.

* docs: Add armv7 deployment instructions.
2021-06-21 23:03:27 +00:00
spikecodes dc9fbc1a05
Don't upload Libreddit releases in pull requests 2021-05-09 18:13:24 -07:00
spikecodes e3fb93946a
Revert ARM builds to only arm64 2021-04-17 21:32:48 -07:00
spikecodes cac83493da
Add arm/v7 platform for Docker builds 2021-04-17 18:58:18 -07:00
spikecodes b47cfd1ba5
Only scroll overflowing tables in Wikis 2021-04-16 14:47:42 -07:00
spikecodes 9f1ba274eb
Document ARM Docker deployment in README 2021-04-10 14:31:26 -07:00
spikecodes 2974d92e30
Set correct Dockerfile for ARM builds 2021-04-09 18:27:12 -07:00
spikecodes 0b64a52a63
Switch Docker builds in GitHub Actions to only ARM 2021-04-09 15:07:07 -07:00
Nainar 3b53e5be4c
Fix issue templates (#181)
* Fix comments bug report

* Fix comments feature request
2021-04-06 17:46:23 +00:00
Nainar 42e8351285
Enhance Issue templates (#177)
* comment out in bugreport

* Comment out in featurerequest
2021-04-06 17:32:44 +00:00
Spike 44dee302c9
Publish SHA512 checksums for future releases 2021-03-27 20:11:05 +00:00
spikecodes 66ac72beab
Fix clippy errors 2021-03-26 20:00:47 -07:00
Spike 14f9ac4ca7
Automatically draft a release on push 2021-03-26 21:48:00 +00:00
Spike 0a69937238
Specify Ubuntu version of workflow 2021-02-24 18:44:50 +00:00
FireMasterK 3fa523e67b
Add a multi-architecture docker build. (#98)
* Add a multi-arch docker build.

* Remove caching
2021-02-04 22:17:04 +00:00
Spike a0866b251e Update issue templates 2021-01-10 11:23:53 -08:00
Spike 710eecdb9d Add issue templates 2021-01-06 16:01:13 -08:00
Scoder12 c738300bc4 Use rust-cache action and prettify
Run `prettier` on the workflow file
2020-12-07 11:05:00 -08:00
Spike 98d10d6596
Fix rust.yml 2020-12-03 21:08:40 -08:00
Spike 863b512718
Create rust.yml 2020-12-03 21:07:01 -08:00