Skip to content

Commit

Permalink
#85 Change from staging to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Oct 16, 2024
1 parent d74787a commit 5ed51c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 0 additions & 8 deletions makefiles/darwin.mk
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ dependencies-for-development-osarch-specific:
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin latest


.PHONY: docker-build-osarch-specific
docker-build-osarch-specific:
@docker build \
--tag $(DOCKER_IMAGE_NAME) \
--tag $(DOCKER_IMAGE_NAME):$(BUILD_VERSION) \
.


.PHONY: documentation-osarch-specific
documentation-osarch-specific:
@pkill godoc || true
Expand Down
8 changes: 8 additions & 0 deletions makefiles/darwin_x86_64.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
.PHONY: build-osarch-specific
build-osarch-specific: darwin/amd64


.PHONY: docker-build-osarch-specific
docker-build-osarch-specific:
@docker build \
--platform linux/amd64 \
--tag $(DOCKER_IMAGE_NAME) \
--tag $(DOCKER_IMAGE_NAME):$(BUILD_VERSION) \
.
# -----------------------------------------------------------------------------
# Makefile targets supported only by this platform.
# -----------------------------------------------------------------------------
Expand Down

0 comments on commit 5ed51c6

Please sign in to comment.