Skip to content

Commit

Permalink
Fix access plugins file names on v15 (#42152)
Browse files Browse the repository at this point in the history
  • Loading branch information
fheinecke authored May 29, 2024
1 parent ef225cd commit eaa3096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/access/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CGOFLAG ?= CGO_ENABLED=0
OS ?= $(shell go env GOOS)
ARCH ?= $(shell go env GOARCH)
RELEASE_NAME=teleport-access-$(ACCESS_PLUGIN)
RELEASE=$(RELEASE_NAME)-$(VERSION)-$(OS)-$(ARCH)-bin
RELEASE=$(RELEASE_NAME)-v$(VERSION)-$(OS)-$(ARCH)-bin

RELEASE_MESSAGE = "Building with GOOS=$(OS) GOARCH=$(ARCH)."

Expand Down

0 comments on commit eaa3096

Please sign in to comment.