We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798b818 commit 45df051Copy full SHA for 45df051
Makefile
@@ -20,7 +20,7 @@ commit:
20
&& echo "::notice::git commit $(file)" \
21
|| true;
22
23
-SWIFT_BUILD_FLAGS = -c release --arch arm64 --arch x86_64
+SWIFT_BUILD_FLAGS = -c release
24
EXECUTABLE_NAME = swift-openapi-generator
25
EXECUTABLE_PATH = $(shell swift build $(SWIFT_BUILD_FLAGS) --show-bin-path)/$(EXECUTABLE_NAME)
26
.NOTPARALLEL: .build/bin/swift-openapi-generator
0 commit comments