Skip to content

Commit

Permalink
build for arm
Browse files Browse the repository at this point in the history
  • Loading branch information
Dnouv committed May 30, 2024
1 parent 6fdca85 commit c15ae03
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 @@ -3,7 +3,7 @@
TAG := $(or $(TAG),main)
GITHUB_WORKFLOW := $(or $(GITHUB_WORKFLOW),local)
REGISTRY := $(or $(REGISTRY),index.docker.io)
PLATFORMS := linux/amd64
PLATFORMS := linux/amd64,linux/arm64
BUILDX_FLAGS := --platform $(PLATFORMS) --push

define get_full_tag
Expand Down

0 comments on commit c15ae03

Please sign in to comment.