Skip to content

Commit

Permalink
Remove ARG BUILDPLATFORM from webhook Dockerfile
Browse files Browse the repository at this point in the history
Same purpose as #610
  • Loading branch information
tyuchn committed Oct 4, 2023
1 parent f5991ca commit bed4ae4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/webhook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG BUILDPLATFORM
FROM --platform=$BUILDPLATFORM golang:1.20.8 as builder

ARG TARGETPLATFORM
Expand Down

0 comments on commit bed4ae4

Please sign in to comment.