We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082d8d1 commit 950192bCopy full SHA for 950192b
ci/Makefile
@@ -175,7 +175,9 @@ $(targets_export): %_export: %_build | export/%
175
##############
176
## PLATFORM ##
177
178
-PLATFORMS = amd64 386 arm64 arm riscv64
+# ref: https://go.dev/doc/install/source#environment
179
+# ref: https://github.com/containerd/containerd/blob/269548fa27e0089a8b8278fc4fc781d7f65a939b/platforms/platforms.go#L80-L94
180
+PLATFORMS := amd64 386 arm64 arm riscv64
181
182
define make-platform-stage-target =
183
#$$(info PLATFORM: $1)
0 commit comments