Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt authored Aug 29, 2024
1 parent fe8e876 commit 7768397
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,18 @@ jobs:
apk add --update alpine-sdk build-base openssl-dev
git config --global --add safe.directory /home/runner/work/libraop/libraop
git submodule update --init
mkdir release
rm -r -f bin
mkdir bin
shell: alpine.sh --root {0}

- name: Build
run: |
make STATIC=1 HOST=linux PLATFORM=${{ matrix.os-arch }} cleanlib -j8
chmod +x bin/cliraop-linux-${{ matrix.os-arch }}
cp bin/cliraop-linux-${{ matrix.os-arch }} release/
shell: alpine.sh --root {0}

- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: cliraop-linux-${{ matrix.os-arch }}
path: release/
path: bin/

0 comments on commit 7768397

Please sign in to comment.