Skip to content

Commit

Permalink
rename to idpbuilder
Browse files Browse the repository at this point in the history
Signed-off-by: Manabu Mccloskey <[email protected]>
  • Loading branch information
nabuskey committed Oct 24, 2023
1 parent 2230432 commit 8d7970a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Ensure generation tools run
- name: build
run: |
OUT_FILE=/tmp/localidp make build
OUT_FILE=/tmp/idpbuilder make build
- name: GoReleaser
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
id: run-goreleaser
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project_name: localidp
project_name: idpbuilder

before:
hooks:
Expand All @@ -12,7 +12,7 @@ builds:
goarch:
- amd64
- arm64
binary: localidp
binary: idpbuilder
ignore:
- goos: linux
goarch: '386'
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# The name of the binary. Defaults to localidp
OUT_FILE ?= localidp
# The name of the binary. Defaults to idpbuilder
OUT_FILE ?= idpbuilder

.PHONY: build
build: manifests generate fmt vet
Expand Down

0 comments on commit 8d7970a

Please sign in to comment.