Skip to content

Commit

Permalink
fix: github actions release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Nov 1, 2024
1 parent 6235e1d commit b93d42f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ jobs:
tags-suffix: "-slim"

- target: "musl"
build-feature: "-slim-pq"
platform: linux/amd64
tags-suffix: "-slim-pq"

- target: "musl"
build-feature: "-slim-pq"
platform: linux/arm64
tags-suffix: "-slim-pq"

Expand Down Expand Up @@ -68,7 +70,7 @@ jobs:
tags-suffix: "-s2n-pq"

- target: "gnu"
build-feature: "-s2n"
build-feature: "-s2n-pq"
platform: linux/arm64
tags-suffix: "-s2n-pq"

Expand Down

0 comments on commit b93d42f

Please sign in to comment.