Removed Linux CI for now

- Removed cosign for macOS
This commit is contained in:
Tony Bark 2021-05-29 12:26:29 -04:00
parent 3e0bfad7d1
commit 637e0da13d

View file

@ -12,16 +12,16 @@ on:
branches: [main, master]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
with:
channel: "stable"
- run: flutter pub get
- run: flutter config --enable-linux-desktop
- run: flutter build linux
# linux:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: subosito/flutter-action@v1
# with:
# channel: "stable"
# - run: flutter pub get
# - run: flutter config --enable-linux-desktop
# - run: flutter build linux
android:
runs-on: ubuntu-latest
@ -46,7 +46,7 @@ jobs:
channel: "stable"
- run: flutter pub get
- run: flutter config --enable-macos-desktop
- run: flutter build macos --release --no-codesign
- run: flutter build macos --release
ios:
runs-on: macos-latest