We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a56f0 commit 1576a8fCopy full SHA for 1576a8f
2 files changed
.github/workflows/release.yml
@@ -7,16 +7,13 @@ on:
7
8
9
jobs:
10
- releases-matrix:
11
- name: Release Go Binaries
+ release-linux-windows:
+ name: Release for Linux and Windows
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- goos: [darwin, linux, windows]
+ goos: [linux, windows]
16
goarch: [amd64, arm64]
17
- exclude:
18
- - goos: windows
19
- goarch: arm64
20
steps:
21
22
- uses: actions/checkout@v4
@@ -30,4 +27,4 @@ jobs:
30
27
project_path: "./cmd/"
31
28
extra_files: README.md LICENSE
32
29
md5sum: FALSE
33
- sha256sum: TRUE
+ sha256sum: FALSE
.gitignore
@@ -4,7 +4,7 @@
4
*.dll
5
*.so
6
*.dylib
-/delete-dynamodb-items
+/delete-dynamodb-items*
# Test binary, built with `go test -c`
*.test
0 commit comments