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

Commit

Permalink
build(docker): build image for linux/arm64 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
peakji authored Aug 30, 2023
1 parent d0d8792 commit b4b36dd
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 b4b36dd

Please sign in to comment.