Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
build(docker): add linux/arm64 to platforms list (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillBeebe authored Apr 7, 2023
1 parent e4c658b commit abe9730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DOCKER_HUB_IMAGE := $(DOCKER_HUB_OWNER)/$(NAME):$(VERSION)
GITHUB_PACKAGES_OWNER ?= hyperonym
GITHUB_PACKAGES_IMAGE := ghcr.io/$(GITHUB_PACKAGES_OWNER)/$(NAME):$(VERSION)

TARGET_CONTAINER_PLATFORMS := linux/amd64
TARGET_CONTAINER_PLATFORMS := linux/amd64,linux/arm64

.PHONY: build
build:
Expand Down

0 comments on commit abe9730

Please sign in to comment.