mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
8 lines
230 B
Docker
8 lines
230 B
Docker
ARG DIR=/intel-device-plugins-for-kubernetes
|
|
ARG GO111MODULE=on
|
|
ARG LDFLAGS="-ldflags=all=-w -s"
|
|
ARG GOFLAGS=-trimpath
|
|
ARG GCFLAGS="-gcflags=all=-spectre=all -N -l"
|
|
ARG ASMFLAGS="-asmflags=all=-spectre=all"
|
|
ARG GOLICENSES_VERSION
|