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

Commit b4b36dd

Browse files
authored
build(docker): build image for linux/arm64 (#249)
1 parent d0d8792 commit b4b36dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DOCKER_HUB_IMAGE := $(DOCKER_HUB_OWNER)/$(NAME):$(VERSION)
77
GITHUB_PACKAGES_OWNER ?= hyperonym
88
GITHUB_PACKAGES_IMAGE := ghcr.io/$(GITHUB_PACKAGES_OWNER)/$(NAME):$(VERSION)
99

10-
TARGET_CONTAINER_PLATFORMS := linux/amd64
10+
TARGET_CONTAINER_PLATFORMS := linux/amd64,linux/arm64
1111

1212
.PHONY: build
1313
build:

0 commit comments

Comments
 (0)