Skip to content

Commit

Permalink
remove all references to ARCH
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasferrandiz committed Jun 12, 2024
1 parent d88be68 commit f3e905b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ ARG GO_IMAGE=rancher/hardened-build-base:v1.21.10b1
FROM ${BCI_IMAGE} as bci

FROM ${GO_IMAGE} as builder
ARG ARCH="amd64"
ARG TAG=v0.7.0
ARG PKG="github.com/k8snetworkplumbingwg/whereabouts"
ARG SRC="github.com/k8snetworkplumbingwg/whereabouts"
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ image-build:
docker buildx build \
--platform=$(ARCH) \
--pull \
--build-arg ARCH=$(ARCH) \
--build-arg PKG=$(PKG) \
--build-arg SRC=$(SRC) \
--build-arg TAG=$(TAG:$(BUILD_META)=) \
Expand Down

0 comments on commit f3e905b

Please sign in to comment.