Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Plural
platform
external-dns
Commits
8f9d4971
Commit
8f9d4971
authored
4 years ago
by
Raffaele Di Fazio
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
adds GOARM for arm32v7 images
Signed-off-by:
GitHub
<
noreply@github.com
>
parent
8ec905ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+1
-1
Makefile
with
1 addition
and
1 deletion
+1
-1
Makefile
+
1
-
1
View file @
8f9d4971
...
...
@@ -103,7 +103,7 @@ build.amd64:
CGO_ENABLED
=
0
GOOS
=
linux
GOARCH
=
amd64 go build
-o
build/
$(BINARY)
$(BUILD_FLAGS)
-ldflags
"
$(LDFLAGS)
"
.
build.arm32v7
:
CGO_ENABLED
=
0
GOOS
=
linux
GOARCH
=
arm go build
-o
build/
$(BINARY)
$(BUILD_FLAGS)
-ldflags
"
$(LDFLAGS)
"
.
CGO_ENABLED
=
0
GOOS
=
linux
GOARCH
=
arm
GOARM
=
7
go build
-o
build/
$(BINARY)
$(BUILD_FLAGS)
-ldflags
"
$(LDFLAGS)
"
.
build.docker
:
docker build
--rm
--tag
"
$(IMAGE)
:
$(VERSION)
"
--build-arg
VERSION
=
"
$(VERSION)
"
--build-arg
ARCH
=
"amd64"
.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment