Skip to content

Commit

Permalink
Include INSTALL in zip files as INSTALL.txt (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
angrycub authored May 13, 2024
1 parent c031464 commit 1cacb29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ pkg/%/nomad-driver-podman: ## Build the nomad-driver-podman plugin for GOOS_GOAR
.PRECIOUS: pkg/%/nomad-driver-podman
pkg/%.zip: pkg/%/nomad-driver-podman ## Build and zip the nomad-driver-podman plugin for GOOS_GOARCH, e.g. pkg/linux_amd64.zip
@echo "==> Packaging for $@..."
@cp LICENSE $(dir $<)LICENSE.txt
zip -j $@ $(dir $<)*

.PHONY: dev
Expand Down

0 comments on commit 1cacb29

Please sign in to comment.