k8s.io/kubernetes@v1.29.3/test/images/pets/peer-finder/Makefile (about)

     1  # Copyright 2016 The Kubernetes Authors.
     2  #
     3  # Licensed under the Apache License, Version 2.0 (the "License");
     4  # you may not use this file except in compliance with the License.
     5  # You may obtain a copy of the License at
     6  #
     7  #     http://www.apache.org/licenses/LICENSE-2.0
     8  #
     9  # Unless required by applicable law or agreed to in writing, software
    10  # distributed under the License is distributed on an "AS IS" BASIS,
    11  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12  # See the License for the specific language governing permissions and
    13  # limitations under the License.
    14  
    15  SRCS = peer-finder
    16  OS ?= linux
    17  ARCH ?= amd64
    18  TARGET ?= $(CURDIR)
    19  GOARM ?= 7
    20  GOLANG_VERSION ?= latest
    21  SRC_DIR = pets/peer-finder
    22  export
    23  
    24  bin:
    25  	../../image-util.sh bin $(SRCS)
    26  
    27  .PHONY: bin