Skip to content

Commit

Permalink
Fix podman builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak committed Sep 11, 2024
1 parent 6160075 commit 7aabd86
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# We do not use --platform feature to auto fill this ARG because of incompatibility between podman and docker
ARG TARGETPLATFORM=linux/amd64
ARG BUILDPLATFORM=linux/amd64
# Build the manager binary
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.22 as builder
ARG BUILD_VERSION="unknown"
Expand Down

0 comments on commit 7aabd86

Please sign in to comment.