Skip to content

Commit e6ee7d7

Browse files
committed
[ENHANCEMENT] Enable arm64 docker builds
1 parent ffc9310 commit e6ee7d7

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.tarballs/
33

44
!.build/linux-amd64/
5+
!.build/linux-arm64/

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## master / unreleased
22

33
- [FEATURE] Add `google.universe-domain` flag to specify the Google Cloud universe to use.
4+
- [ENHANCEMENT] Enable arm64 docker builds
45

56
## 0.18.0 / 2025-01-16
67

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# limitations under the License.
1313

1414
# Needs to be defined before including Makefile.common to auto-generate targets
15-
DOCKER_ARCHS ?= amd64
15+
DOCKER_ARCHS ?= amd64 arm64
1616
DOCKER_REPO ?= prometheuscommunity
1717

1818
include Makefile.common

0 commit comments

Comments
 (0)