We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b94505 commit dca7b6fCopy full SHA for dca7b6f
.github/workflows/cross-compile.yml
@@ -9,16 +9,8 @@ permissions:
9
packages: write
10
11
jobs:
12
- release-linux-amd64:
13
- name: release linux/amd64
14
- runs-on: ubuntu-latest
15
- steps:
16
- - uses: actions/checkout@v4
17
18
19
20
21
+
22
- name: Set up Go
23
uses: actions/setup-go@v5
24
with:
0 commit comments