diff --git a/Makefile b/Makefile index 99ee8c7..1da7388 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ install: workflow build: @echo "Building a $(BUILD_CONFIG) binary..." - swift build -c $(BUILD_CONFIG) --arch x86_64 --arch arm64e + swift build -c $(BUILD_CONFIG) --arch x86_64 workflow: collect-workflow @echo "Creating a workflow archive..."