Skip to content

Commit

Permalink
Add mips64 to arches
Browse files Browse the repository at this point in the history
This is the architecture being used by EdgeRouter-12 for example.
  • Loading branch information
samip5 authored Dec 15, 2022
1 parent ad75cf7 commit 8292a91
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 @@ BIN := $(shell basename $$PWD)
COMMIT := $(shell git describe --dirty --always)
TAG := $(shell git describe --tags --dirty || echo latest)
LDFLAGS := "-s -w -X github.com/coredns/coredns/coremain.GitCommit=$(COMMIT)"
ARCHS := "linux/amd64,linux/arm64"
ARCHS := "linux/amd64,linux/arm64,linux/mips64"

# Where to push the docker image.
REGISTRY ?= quay.io/oriedge
Expand Down

0 comments on commit 8292a91

Please sign in to comment.