We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5539208 commit 42ae7a0Copy full SHA for 42ae7a0
1 file changed
aws/logs_monitoring_go/Makefile
@@ -22,7 +22,6 @@ lint:
22
.PHONY: audit
23
audit:
24
go vet ./...
25
- go tool staticcheck ./...
26
go tool govulncheck
27
28
.PHONY: generate
@@ -35,8 +34,9 @@ clean:
35
34
36
# SAM
37
38
-.PHONY: build-forwarder-function
39
-build-forwarder-function:
+# Used only by SAM
+.PHONY: build-ForwarderFunction
+build-ForwarderFunction:
40
GOOS=linux GOARCH=arm64 go build -ldflags="-s" -installsuffix nocgo -o $(ARTIFACTS_DIR)/bootstrap ./cmd/forwarder/
41
42
.PHONY: sam-build
0 commit comments