diff --git a/.github/workflows/build-linux-arm64.yml b/.github/workflows/build-linux-arm64.yml deleted file mode 100644 index df97996..0000000 --- a/.github/workflows/build-linux-arm64.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: build-mailadler-linux-arm64 - -on: - workflow_dispatch: - schedule: - # nightly - - cron: '0 12 * * *' - -jobs: - build: - runs-on: ubuntu-latest - if: ${{ github.repository_owner == 'mltframework' }} - steps: - - name: Download from S3 - run: | - VERSION=$(date +"%y%m%d") - echo VERSION=$VERSION - sudo apt install -yqq s3cmd - s3cmd --access_key=${{ secrets.AWS_ACCESS_KEY }} --secret_key=${{ secrets.AWS_SECRET_KEY }} --stop-on-error get s3://builds.us.meltytech/shotcut-build-li_arm.txt.xz - s3cmd --access_key=${{ secrets.AWS_ACCESS_KEY }} --secret_key=${{ secrets.AWS_SECRET_KEY }} --stop-on-error get s3://builds.us.meltytech/shotcut/shotcut-li_ARM-$VERSION.zip - - - name: Upload artifacts - uses: actions/upload-artifact@v4 - with: - name: portable - path: | - *.zip - - - name: Dump log - run: xzcat shotcut-build-li_arm.txt.xz