diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 4 |
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 |