We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997d86c commit 24cd530Copy full SHA for 24cd530
Makefile
@@ -20,14 +20,13 @@ VERSION_TAG = $(shell git describe --tags)
20
VERSION_CHECK = @$(call print, "Building master with date version tag")
21
22
BUILD_SYSTEM = darwin-amd64 \
23
+darwin-arm64 \
24
linux-386 \
25
linux-amd64 \
26
linux-armv6 \
27
linux-armv7 \
28
linux-arm64 \
-windows-386 \
29
-windows-amd64 \
30
-windows-arm
+windows-amd64
31
32
# By default we will build all systems. But with the 'sys' tag, a specific
33
# system can be specified. This is useful to release for a subset of
0 commit comments