Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nfs-subdir-external-provisioner
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
nfs-subdir-external-provisioner
Commits
6efe161f
Commit
6efe161f
authored
Aug 15, 2017
by
Matthew Wong
Committed by
kmova
Sep 07, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix nfs-client Makefile for real
(cherry picked from commit a73de4048fa13b7d7a5d2bd30133f2d15662bf2f)
parent
26cd145a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+2
-2
No files found.
Makefile
View file @
6efe161f
...
@@ -34,12 +34,12 @@ build_arm:
...
@@ -34,12 +34,12 @@ build_arm:
CGO_ENABLED
=
0
GOARCH
=
arm
GOARM
=
7 go build
-o
docker/arm/nfs-client-provisioner ./cmd/nfs-client-provisioner
CGO_ENABLED
=
0
GOARCH
=
arm
GOARM
=
7 go build
-o
docker/arm/nfs-client-provisioner ./cmd/nfs-client-provisioner
image
:
image
:
sudo
docker build
-t
$(IMAGE)
docker/x86_64
sudo
docker build
-t
$(
MUTABLE_
IMAGE)
docker/x86_64
sudo
docker tag
$(MUTABLE_IMAGE)
$(IMAGE)
sudo
docker tag
$(MUTABLE_IMAGE)
$(IMAGE)
image_arm
:
image_arm
:
sudo
docker run
--rm
--privileged
multiarch/qemu-user-static:register
--reset
sudo
docker run
--rm
--privileged
multiarch/qemu-user-static:register
--reset
sudo
docker build
-t
$(IMAGE_ARM)
docker/arm
sudo
docker build
-t
$(
MUTABLE_
IMAGE_ARM)
docker/arm
sudo
docker tag
$(MUTABLE_IMAGE_ARM)
$(IMAGE_ARM)
sudo
docker tag
$(MUTABLE_IMAGE_ARM)
$(IMAGE_ARM)
push
:
push
:
...
...
Write
Preview
Markdown
is supported
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