We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af77b8 commit 7012a73Copy full SHA for 7012a73
1 file changed
.github/workflows/release.yml
@@ -21,12 +21,12 @@ jobs:
21
include:
22
# Linux x86_64
23
- target: x86_64-unknown-linux-gnu
24
- os: ubuntu-latest
+ os: ubuntu-22.04
25
artifact_name: componentize-go
26
asset_name: componentize-go-linux-amd64
27
# Linux aarch64
28
- target: aarch64-unknown-linux-gnu
29
30
31
asset_name: componentize-go-linux-arm64
32
# macOS x86_64
0 commit comments