Skip to content

Commit

Permalink
fix: fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Nov 5, 2024
1 parent 2ab5181 commit 6c30ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,6 @@ jobs:
with:
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/og-azure-describer-new:local-${{ needs.build.outputs.latest_tag }}
ghcr.io/${{ github.repository_owner }}/og-describer-azure:local-${{ needs.build.outputs.latest_tag }}
file: DockerFileLocal
context: .
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: build

local-build:
CC=/usr/bin/musl-gcc GOPRIVATE="github.com/opengovern" GOOS=linux GOARCH=amd64 go build -v -ldflags "-linkmode external -extldflags '-static' -s -w" -tags musl -o ./local/og-og-describer-azure main.go
CC=/usr/bin/musl-gcc GOPRIVATE="github.com/opengovern" GOOS=linux GOARCH=amd64 go build -v -ldflags "-linkmode external -extldflags '-static' -s -w" -tags musl -o ./local/og-describer-azure main.go

docker:
docker build -t 435670955331.dkr.ecr.us-east-2.amazonaws.com/og-og-describer-azure:latest .
Expand Down

0 comments on commit 6c30ac3

Please sign in to comment.