We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0760461 commit 634dbfeCopy full SHA for 634dbfe
.github/workflows/release.yml
@@ -32,9 +32,16 @@ jobs:
32
- name: Go Build arm64
33
run: CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -o k8s-parallel-exec-arm64
34
35
- - name: Publish k8s-parallel-exec to assets
+ - name: Publish k8s-parallel-exec to amd64 assets
36
uses: skx/[email protected]
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
with:
40
- args: './k8s-parallel-exec-*'
+ args: './k8s-parallel-exec-amd64'
41
+
42
+ - name: Publish k8s-parallel-exec to arm64 assets
43
+ uses: skx/[email protected]
44
+ env:
45
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
+ with:
47
+ args: './k8s-parallel-exec-arm64'
0 commit comments