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