Skip to content

Commit

Permalink
Working on workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rcedgar committed Aug 22, 2024
1 parent 8e4598e commit 241966f
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/build_linux_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 241966f

Please sign in to comment.