Add build for linux
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -16,8 +16,9 @@ jobs:
|
|||||||
# for the same version are created in parallel.
|
# for the same version are created in parallel.
|
||||||
max-parallel: 1
|
max-parallel: 1
|
||||||
matrix:
|
matrix:
|
||||||
os: [
|
os:
|
||||||
# { name: "linux", image: "ubuntu-latest" },
|
[
|
||||||
|
{ name: "linux", image: "ubuntu-latest" },
|
||||||
{ name: "macos-intel", image: "macos-13" },
|
{ name: "macos-intel", image: "macos-13" },
|
||||||
{ name: "macos", image: "macos-latest" },
|
{ name: "macos", image: "macos-latest" },
|
||||||
{ name: "windows", image: "windows-latest" },
|
{ name: "windows", image: "windows-latest" },
|
||||||
|
|||||||
Reference in New Issue
Block a user