Skip to content

Commit

Permalink
removed unnecessary multi-os golang targets
Browse files Browse the repository at this point in the history
  • Loading branch information
na4ma4 committed Jan 9, 2024
1 parent c3c2eb3 commit 0148999
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
DOCKER_REPO := ghcr.io/na4ma4/traefik-acme

GO_MATRIX ?= darwin/amd64 darwin/arm64 \
linux/amd64 \
windows/amd64
# GO_MATRIX ?= darwin/amd64 darwin/arm64 \
# linux/amd64 \
# windows/amd64

DOCKER_PLATFORMS := linux/$(shell go env GOARCH)
DOCKER_BUILD_ARGS += --build-arg "DOCKER_PLATFORM=$(DOCKER_PLATFORMS)"
Expand Down

0 comments on commit 0148999

Please sign in to comment.