Skip to content

Commit

Permalink
Makefile and goreleaser delta cleanup (#7437)
Browse files Browse the repository at this point in the history
* Makefile: fix docker target to lakefs

* goreleaser: remove delta diff files
  • Loading branch information
nopcoder authored Feb 5, 2024
1 parent d4e4ef3 commit 3b33ada
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ archives:
format_overrides:
- goos: windows
format: zip
files:
- src: 'delta/artifacts/delta-{{ tolower .Os }}-{{ tolower .Arch }}/delta_diff*'
strip_parent: true
builds:
- lakefs
- lakectl
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ system-tests: # Run system tests locally
./esti/scripts/runner.sh -r all

build-docker: build ## Build Docker image file (Docker required)
$(DOCKER) buildx build --target lakefs-plugins -t treeverse/$(DOCKER_IMAGE):$(DOCKER_TAG) .
$(DOCKER) buildx build --target lakefs -t treeverse/$(DOCKER_IMAGE):$(DOCKER_TAG) .

gofmt: ## gofmt code formating
@echo Running go formating with the following command:
Expand Down

0 comments on commit 3b33ada

Please sign in to comment.