Skip to content

Commit

Permalink
use multi-arch golang base image (#6243)
Browse files Browse the repository at this point in the history
Allows builds on multiple architectures.

Signed-off-by: Steve Kriss <stephen.kriss@gmail.com>
  • Loading branch information
skriss authored Mar 4, 2024
1 parent 4e543e3 commit 5081138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ endif
IMAGE_PLATFORMS ?= linux/amd64,linux/arm64

# Base build image to use.
BUILD_BASE_IMAGE ?= golang:1.22.0@sha256:53048e8f87cb42d5dfb620423479e1acf2d178038c77c61b97ed5d4165e574dc
BUILD_BASE_IMAGE ?= golang:1.22.0@sha256:7b297d9abee021bab9046e492506b3c2da8a3722cbf301653186545ecc1e00bb

# Enable build with CGO.
BUILD_CGO_ENABLED ?= 0
Expand Down

0 comments on commit 5081138

Please sign in to comment.