File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -299,10 +299,10 @@ additional-guestagents: $(ADDITIONAL_GUESTAGENTS)
299
299
@[ " $( findstring $( * ) ,$( GUESTAGENT_ARCHS) ) " == " $( * ) " ] && make $(call guestaget_path,$* )
300
300
301
301
# environment variables for linx-guestagent. these variable are used for checking force build.
302
- ENVS_$(LINUX_GUESTAGENT_PATH_COMMON)aarch64 = GOOS=linux GOARCH=arm64 CGO_ENABLED=0
303
- ENVS_$(LINUX_GUESTAGENT_PATH_COMMON)armv7l = GOOS=linux GOARCH=arm GOARM=7 CGO_ENABLED=0
304
- ENVS_$(LINUX_GUESTAGENT_PATH_COMMON)riscv64 = GOOS=linux GOARCH=riscv64 CGO_ENABLED=0
305
- ENVS_$(LINUX_GUESTAGENT_PATH_COMMON)x86_64 = GOOS=linux GOARCH=amd64 CGO_ENABLED=0
302
+ ENVS_$(LINUX_GUESTAGENT_PATH_COMMON)aarch64 = CGO_ENABLED=0 GOOS=linux GOARCH=arm64
303
+ ENVS_$(LINUX_GUESTAGENT_PATH_COMMON)armv7l = CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=7
304
+ ENVS_$(LINUX_GUESTAGENT_PATH_COMMON)riscv64 = CGO_ENABLED=0 GOOS=linux GOARCH=riscv64
305
+ ENVS_$(LINUX_GUESTAGENT_PATH_COMMON)x86_64 = CGO_ENABLED=0 GOOS=linux GOARCH=amd64
306
306
$(ALL_GUESTAGENTS_NOT_COMPRESSED ) : $(call dependencis_for_cmd,lima-guestagent) $$(call force_build_with_gunzip,$$@ ) | _output/share/lima
307
307
$(ENVS_$@ ) $(GO_BUILD ) -o $@ ./cmd/lima-guestagent
308
308
chmod 644 $@
You can’t perform that action at this time.
0 commit comments