aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update checkout to v3origin/switch-to-dtolnay-rust-toolchainSven-Hendrik Haase2023-04-212-2/+2
|
* Use houseabsolute/actions-rust-cross for cross supportSven-Hendrik Haase2023-04-201-21/+5
|
* Switch to dtolnay/rust-toolchainSven-Hendrik Haase2023-04-202-30/+12
|
* Disable upx compression for mipsSven-Hendrik Haase2023-01-141-1/+1
| | | | It appears to be currently broken in upx 4.0.1
* Build container images using podmanSven-Hendrik Haase2022-09-153-186/+242
|
* Run clippy only on nightlySven-Hendrik Haase2022-05-182-1/+2
|
* Fix conditional release conditionSven-Hendrik Haase2021-08-311-3/+3
|
* Limit CI jobs runtime to 30 minutesSven-Hendrik Haase2021-08-292-0/+2
|
* Give artifacts unique nameSven-Hendrik Haase2021-08-291-0/+1
|
* Upload artifacts when building release binariesSven-Hendrik Haase2021-08-291-0/+5
| | | | We always do this unconditionally so that we can even check out artifacts from PRs.
* Run CI on pull_request as wellSven-Hendrik Haase2021-08-291-1/+1
| | | | Turns out we need this as otherwise we'd get no CI at all for pull requests. Who woulda thunk.
* Revert "Run CI on push only"Sven-Hendrik Haase2021-08-291-1/+1
| | | | This reverts commit 194b11ac055be7e2bad214646bd6e65cb8cf11b1.
* Always build all binaries for all targetsSven-Hendrik Haase2021-08-291-7/+11
| | | | | This uses the original workflow we used for publishing the binaries but now we use it as CI as well with an optional publish in case we are in a tag push.
* Run CI on push onlySven-Hendrik Haase2021-08-291-1/+1
| | | | Having it run on pull_request too was just duplicated work.
* Switch TLS conditional compilation to featureSven-Hendrik Haase2021-08-281-1/+13
|
* Re-add publish instructionsSven-Hendrik Haase2021-03-271-1/+26
|
* Don't run upx for FreeBSDSven-Hendrik Haase2021-03-271-2/+2
|
* Try to add freebsd supportSven-Hendrik Haase2021-03-261-26/+9
|
* Don't try to compress every binary using upxSven-Hendrik Haase2021-02-281-0/+12
| | | | Not all architectures are supported by upx.
* Add forgotten publish targetSven-Hendrik Haase2021-02-281-0/+6
|
* Add support for building binaries for more architecturesSven-Hendrik Haase2021-02-231-6/+35
|
* Actually fix publish workflowSven-Hendrik Haase2020-11-091-3/+1
|
* Fix publish jobSven-Hendrik Haase2020-11-081-0/+2
|
* Now compiles on stableSven-Hendrik Haase2020-11-082-2/+1
|
* Upgrade to nightly-2020-09-22Sven-Hendrik Haase2020-09-241-1/+1
|
* Remove duplicated identifiersSven-Hendrik Haase2020-08-242-2/+2
|
* Fix typo when getting tag nameSven-Hendrik Haase2020-07-231-1/+1
|
* Fix publish job nameSven-Hendrik Haase2020-07-231-1/+1
|
* Add a bunch of cross-compilation targetsSven-Hendrik Haase2020-07-231-9/+39
|
* Remove --better flag as it doesn't actually existSven-Hendrik Haase2020-07-211-1/+1
|
* Switch to GitHub Actions (#344)Sven-Hendrik Haase2020-07-202-0/+120
* Switch to GitHub Actions * Switch CI badge to GitHub Actions flow * Only run on nightly for now