Skip to content

Commit

Permalink
removing code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan SVIHLA committed Feb 9, 2022
1 parent 7a3b8ac commit 013be6f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 44 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,11 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: install gon
run: brew tap mitchellh/gon && brew install mitchellh/gon/gon
- name: Import Code-Signing Certificates
uses: Apple-Actions/import-codesign-certs@v1
with:
# The certificates in a PKCS12 file encoded as a base64 string
p12-file-base64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
# The password used to import the PKCS12 file.
p12-password: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
env:
AC_USERNAME: ${{ secrets.AC_USERNAME }}
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

4 changes: 0 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,12 @@ builds:
- darwin
goarch:
- amd64
hooks:
post: gon gon_osx_darwin_amd64.hcl
- id: astra-osx-arm
binary: astra
goos:
- darwin
goarch:
- arm64
hooks:
post: gon gon_osx_darwin_arm64.hcl
changelog:
sort: asc
filters:
Expand Down
14 changes: 0 additions & 14 deletions gon_osx_darwin_amd64.hcl

This file was deleted.

14 changes: 0 additions & 14 deletions gon_osx_darwin_arm64.hcl

This file was deleted.

0 comments on commit 013be6f

Please sign in to comment.