Skip to content

Commit

Permalink
Upload armv7 artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
  • Loading branch information
ajnavarro committed Dec 17, 2021
1 parent ce2c2f6 commit dc12949
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
mkdir -p "${PWD}/artifacts"
dockerRunArgs: |
--volume "${PWD}/artifacts:/artifacts"
# shell: /bin/sh
install: |
apt update
apt install -y fuse libfuse-dev rpm pkg-config curl git make gcc g++
Expand All @@ -45,3 +44,10 @@ jobs:
make test
make build
cp bin/. /artifacts/
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
if-no-files-found: error
name: build-armv7
path: "${PWD}/artifacts/*"

0 comments on commit dc12949

Please sign in to comment.