diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11046b01..84d84aec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,24 +63,24 @@ jobs: os: ubuntu-latest targets: apk - - platform: android-aab - os: ubuntu-latest - targets: aab + # - platform: android-aab + # os: ubuntu-latest + # targets: aab - - platform: windows - os: windows-2019 - aarch: amd64 - targets: exe,msix + # - platform: windows + # os: windows-2019 + # aarch: amd64 + # targets: exe,msix - - platform: linux - os: ubuntu-22.04 - aarch: amd64 - targets: AppImage,deb,rpm + # - platform: linux + # os: ubuntu-22.04 + # aarch: amd64 + # targets: AppImage,deb,rpm - - platform: macos - os: macos-13 - aarch: universal - targets: dmg,pkg + # - platform: macos + # os: macos-13 + # aarch: universal + # targets: dmg,pkg # - platform: ios # os: macos-13 diff --git a/Makefile b/Makefile index fa173140..aacf887e 100644 --- a/Makefile +++ b/Makefile @@ -143,7 +143,8 @@ gen_translations: #generating missing translations using google translate android-release: android-apk-release android-apk-release: - flutter build apk --target $(TARGET) $(BUILD_ARGS) --target-platform android-arm,android-arm64,android-x64 --split-per-abi --verbose + echo flutter build apk --target $(TARGET) $(BUILD_ARGS) --target-platform android-arm,android-arm64,android-x64 --split-per-abi --verbose + flutter build apk --target $(TARGET) $(BUILD_ARGS) --target-platform android-arm,android-arm64,android-x64 --verbose ls -R build/app/outputs android-aab-release: