summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-07-26 02:26:04 +0200
committerGitHub <[email protected]>2022-07-26 02:26:04 +0200
commitf85dd414a6425f390445f817eb40671d51ff2645 (patch)
tree0e6d4d9b87b0a0d0186f68d68d631c07fc8c2429 /.github/workflows
parent7f31a5c3ab25f69e2bfb1a174b0ecd96f1fb42aa (diff)
parenteab1299ae453e148d3feca98366282c17863f912 (diff)
[#1234]: release: `v2.11.0-beta.2`v2.11.0-beta.2
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 8f77f64b..64ab21bb 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -22,18 +22,22 @@ jobs:
compiler: gcc
archiver: tar
arch: amd64
+ # -----
- os: linux
compiler: gcc
archiver: tar
arch: arm64
+ # -----
- os: darwin
compiler: gcc
archiver: tar
arch: arm64
+ # -----
- os: freebsd
compiler: gcc
archiver: tar
arch: amd64
+ # -----
- os: ''
compiler: musl-gcc # more info: <https://musl.libc.org/>
archiver: zip