remove amd64
Some checks failed
Build CI / Build (push) Failing after 1m26s

This commit is contained in:
2026-02-08 12:00:23 +05:30
parent fdd904200a
commit cb208682f2

View File

@@ -21,9 +21,8 @@ jobs:
- name: Install Framework Dependencies
run: |
# sudo dpkg --add-architecture amd64
sudo apt-get update -y
sudo apt install -y ninja-build libgtk-3-dev gcc-x86-64-linux-gnu g++-x86-64-linux-gnu cmake
sudo apt install -y ninja-build cmake
- name: Install Flutter
uses: subosito/flutter-action@v2
@@ -40,8 +39,8 @@ jobs:
# - name: Test project
# run: flutter test
- name: Build x64
run: flutter build linux --target-platform linux-x64
# - name: Build x64
# run: flutter build linux --target-platform linux-x64
- name: Build arm64
run: flutter build linux --target-platform linux-arm64