Skip to content

Commit 45df051

Browse files
committed
Fix Makefile:30: .build/bin/swift-openapi-generator
1 parent 798b818 commit 45df051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ commit:
2020
&& echo "::notice::git commit $(file)" \
2121
|| true;
2222

23-
SWIFT_BUILD_FLAGS = -c release --arch arm64 --arch x86_64
23+
SWIFT_BUILD_FLAGS = -c release
2424
EXECUTABLE_NAME = swift-openapi-generator
2525
EXECUTABLE_PATH = $(shell swift build $(SWIFT_BUILD_FLAGS) --show-bin-path)/$(EXECUTABLE_NAME)
2626
.NOTPARALLEL: .build/bin/swift-openapi-generator

0 commit comments

Comments
 (0)