Skip to content

Commit

Permalink
Merge pull request #921 from luncj/build/speed-up-building
Browse files Browse the repository at this point in the history
build: cross-compile under linux/amd64 platform
  • Loading branch information
k8s-ci-robot committed Dec 2, 2021
2 parents 8f352f0 + 96846b2 commit 6180951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud-node-manager.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.16.6-stretch AS builder
FROM --platform=linux/amd64 golang:1.16.6-stretch AS builder

ARG ENABLE_GIT_COMMAND=true
ARG ARCH=amd64
Expand Down

0 comments on commit 6180951

Please sign in to comment.