chore(ci): re-enable KopiaUI build on macOS (#3992)

This commit is contained in:
Jarek Kowalski
2024-07-20 21:30:37 -07:00
committed by GitHub
parent b3e088d66a
commit f8a46b9b93

View File

@@ -206,7 +206,7 @@ endif
endif
endif
$(MAKE) kopia
ifeq ($(GOARCH),amd64)
ifneq ($(GOOS)/$(GOARCH),linux/arm64)
$(retry) $(MAKE) kopia-ui
$(retry) $(MAKE) kopia-ui-test
endif