Skip to content

Commit

Permalink
Fix build-aarch64 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rcedgar committed Aug 20, 2024
1 parent 69a3ef0 commit e2a6e00
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name: build_linux

on:
pull_request:
branches:
- main
push:
branches:
- main
# Enable manual run from the Actions tab
workflow_dispatch:

permissions:
Expand Down Expand Up @@ -71,15 +64,18 @@ jobs:
uname -a
lscpu
cd src/
pwd
chmod u+x ./build_linux.bash
chmod u+x ./build_linux.py
./build_linux.bash
echo path
pwd
ls /muscle/*
ls /muscle/bin/muscle
#make -j LDFLAGS2=-static
#file Linux/muscle | grep aarch64
- name: Upload binary artifact
uses: actions/upload-artifact@v4
with:
name: muscle-linux-aarch64-binary
path: /muscle/bin/muscle
path: /home/runner/work/muscle/muscle/bin/muscle

0 comments on commit e2a6e00

Please sign in to comment.