Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Universal Binary, Sign, and Notarize for macOS #120

Merged
merged 2 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
do not use wangyoucao577/go-release-action for macos release
  • Loading branch information
halprin committed Jan 9, 2025
commit 1576a8fe8716a1eb7ba00fe3c3a4e42a1c4f868a
11 changes: 4 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ on:


jobs:
releases-matrix:
name: Release Go Binaries
release-linux-windows:
name: Release for Linux and Windows
runs-on: ubuntu-latest
strategy:
matrix:
goos: [darwin, linux, windows]
goos: [linux, windows]
goarch: [amd64, arm64]
exclude:
- goos: windows
goarch: arm64
steps:

- uses: actions/checkout@v4
Expand All @@ -30,4 +27,4 @@ jobs:
project_path: "./cmd/"
extra_files: README.md LICENSE
md5sum: FALSE
sha256sum: TRUE
sha256sum: FALSE
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*.dll
*.so
*.dylib
/delete-dynamodb-items
/delete-dynamodb-items*

# Test binary, built with `go test -c`
*.test
Expand Down