소스 검색

feat: Remove CI job based on Ubuntu 18.04 (#2375)

* feat: Remove CI job based on Ubuntu 18.04

* feat: Remove CI job based on Ubuntu 18.04

Removed extra comments
GitStart 2 년 전
부모
커밋
22f09ddcb7
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 8
      .github/workflows/release.yml

+ 0 - 8
.github/workflows/release.yml

@@ -236,14 +236,6 @@ jobs:
               extra-build-args: "",
               flutter_profile: production-linux-x86_64,
             }
-          # - { arch: aarch64, target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, extra-build-args: "", flutter_profile: production-linux-aarch64 }
-          - {
-              arch: x86_64,
-              target: x86_64-unknown-linux-gnu,
-              os: ubuntu-18.04,
-              extra-build-args: "",
-              flutter_profile: production-linux-x86_64,
-            }
     steps:
       - name: Checkout source code
         uses: actions/checkout@v3