Skip to content

Commit 950192b

Browse files
committed
ci: cleanup
1 parent 082d8d1 commit 950192b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,9 @@ $(targets_export): %_export: %_build | export/%
175175
##############
176176
## PLATFORM ##
177177
##############
178-
PLATFORMS = amd64 386 arm64 arm riscv64
178+
# 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
179181

180182
define make-platform-stage-target =
181183
#$$(info PLATFORM: $1)

0 commit comments

Comments
 (0)