Skip to content

Commit

Permalink
Makefile: fix default SYNO_ARCH in Makefile
Browse files Browse the repository at this point in the history
It was broken with the move to dist in 32e0ba5 which doesn't accept
amd64 anymore.

Updates #cleanup

Change-Id: Iaaaba2d73c6a09a226934fe8e5c18b16731ee7a6
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
  • Loading branch information
bradfitz committed Apr 15, 2024
1 parent b9aa742 commit 9258bcc
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
@@ -1,5 +1,5 @@
IMAGE_REPO ?= tailscale/tailscale
SYNO_ARCH ?= "amd64"
SYNO_ARCH ?= "x86_64"
SYNO_DSM ?= "7"
TAGS ?= "latest"

Expand Down

0 comments on commit 9258bcc

Please sign in to comment.