We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc9310 commit e6ee7d7Copy full SHA for e6ee7d7
.dockerignore
@@ -2,3 +2,4 @@
2
.tarballs/
3
4
!.build/linux-amd64/
5
+!.build/linux-arm64/
CHANGELOG.md
@@ -1,6 +1,7 @@
1
## master / unreleased
- [FEATURE] Add `google.universe-domain` flag to specify the Google Cloud universe to use.
+- [ENHANCEMENT] Enable arm64 docker builds
6
## 0.18.0 / 2025-01-16
7
Makefile
@@ -12,7 +12,7 @@
12
# limitations under the License.
13
14
# Needs to be defined before including Makefile.common to auto-generate targets
15
-DOCKER_ARCHS ?= amd64
+DOCKER_ARCHS ?= amd64 arm64
16
DOCKER_REPO ?= prometheuscommunity
17
18
include Makefile.common
0 commit comments