Skip to content

Commit

Permalink
Merge branch 'main' into becca/attach-console
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany authored Nov 3, 2023
2 parents 33c1089 + 9aed079 commit ed75fe9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 164 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ build/darwin.%/Kolide.app: build/darwin.%/launcher
# pointers, mostly for convenience reasons
launcher: build_launcher
tables.ext: build_tables.ext
grpc.ext: build_grpc.ext
fake-launcher: fake_launcher
build/darwin.amd64/%: build_%_darwin_amd64
build/darwin.arm64/%: build_%_darwin_arm64
Expand All @@ -84,7 +83,7 @@ build/darwin.universal/%: lipo_%
##
## GitHub Action Helpers
##
GITHUB_TARGETS=launcher grpc.ext tables.ext package-builder
GITHUB_TARGETS=launcher tables.ext package-builder
GITHUB_ARCHS=amd64 arm64
github-build: $(foreach t, $(GITHUB_TARGETS), $(foreach a, $(GITHUB_ARCHS), build_$(t)_noop_$(a)))
github-lipo: $(foreach t, $(GITHUB_TARGETS), lipo_$(t))
Expand Down
162 changes: 0 additions & 162 deletions cmd/grpc.ext/grpc.go

This file was deleted.

0 comments on commit ed75fe9

Please sign in to comment.