Skip to content

Commit

Permalink
#152 Savepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Jul 12, 2024
1 parent 2e4f79f commit 000cfde
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 1 addition & 2 deletions makefiles/darwin_arm64.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ build-osarch-specific: darwin/arm64

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


# -----------------------------------------------------------------------------
# Makefile targets supported only by this platform.
# -----------------------------------------------------------------------------
Expand Down
9 changes: 9 additions & 0 deletions makefiles/linux_arm64.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ build-osarch-specific: linux/arm64
@mkdir -p $(TARGET_DIRECTORY)/linux
@cp $(TARGET_DIRECTORY)/linux-arm64/$(PROGRAM_NAME) $(TARGET_DIRECTORY)/linux/$(PROGRAM_NAME)


.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 000cfde

Please sign in to comment.