build: Remove arch from release ios shell script

Signed-off-by: Christian Kußowski <c.kussowski@famedly.com>
This commit is contained in:
Christian Kußowski 2025-05-10 07:54:22 +02:00
parent 87572be6f7
commit 6c332c1d83
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -6,8 +6,8 @@ flutter pub get
cd ios cd ios
rm -rf Pods rm -rf Pods
rm -f Podfile.lock rm -f Podfile.lock
arch -x86_64 pod install pod install
arch -x86_64 pod update pod update
cd .. cd ..
flutter build ios --release flutter build ios --release
cd ios cd ios