Skip to content

Commit

Permalink
Create ARM64 images (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-pampattiwar authored Aug 29, 2024
1 parent 295f600 commit 8e4036d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Build the manager binary
FROM golang:1.21 AS builder
FROM --platform=$BUILDPLATFORM golang:1.21 AS builder
ARG BUILDPLATFORM
ARG TARGETOS
ARG TARGETARCH

Expand Down

0 comments on commit 8e4036d

Please sign in to comment.