From 241966fcf8cd6cda30766cdfdea55b74d3ef8fe4 Mon Sep 17 00:00:00 2001 From: Robert Edgar Date: Thu, 22 Aug 2024 08:56:17 -0700 Subject: [PATCH] Working on workflows --- .github/workflows/build_linux_aarch64.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/build_linux_aarch64.yml b/.github/workflows/build_linux_aarch64.yml index d92f32c..8ed633c 100644 --- a/.github/workflows/build_linux_aarch64.yml +++ b/.github/workflows/build_linux_aarch64.yml @@ -9,29 +9,8 @@ permissions: concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true - jobs: - build: - name: Linux x86_64 - runs-on: ubuntu-20.04 - - steps: - # Checks-out the repository under $GITHUB_WORKSPACE - - uses: actions/checkout@v4 - - # Runs a set of commands using the runners shell - - name: Build-commands - run: | - cd $GITHUB_WORKSPACE/src - chmod u+x ./build_linux.bash - ./build_linux.bash - - name: Upload binary artifact - uses: actions/upload-artifact@v4 - with: - name: muscle-linux-x64 - path: /home/runner/work/muscle/muscle/bin/muscle - build-aarch64: name: Linux aarch64 runs-on: ubuntu-latest