Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lionello committed Jul 2, 2024
1 parent ae919c6 commit 0caf8c1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
# run: GOOS=darwin go build ./cmd/cli
# working-directory: src

# - name: Build Windows binary
# run: GOOS=windows go build ./cmd/cli
# working-directory: src
- name: Build Windows binary
run: GOOS=windows go build ./cmd/cli
working-directory: src

- name: Verify Go modules
working-directory: src
Expand Down Expand Up @@ -118,10 +118,10 @@ jobs:
working-directory: src

build-and-sign:
name: Build app and sign files with Trusted Signing
environment: release
name: Build app and sign files (with Trusted Signing)
environment: release # must use environment to be able to authenticate with Azure Federated Identity for Trusted Signing
needs: go-test
runs-on: windows-latest # for signtool
runs-on: windows-latest
env: # from https://github.com/spiffe/spire/pull/5158
GOPATH: 'D:\golang\go'
GOCACHE: 'D:\golang\cache'
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
if-no-files-found: error

build-and-sign-mac:
name: Build app and sign MacOS
name: Build app and sign (MacOS)
needs: go-test
runs-on: macos-latest # for codesign and notarytool
steps:
Expand Down

0 comments on commit 0caf8c1

Please sign in to comment.