Skip to content

Commit

Permalink
FIXUP arm strip
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Apr 12, 2024
1 parent f136aab commit c2287b8
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,17 +141,10 @@ jobs:
platforms: linux/arm
- name: 'Perform install, build, test'
run: >
docker run
--rm
-v "$(pwd):/${{ github.workspace }}"
-w ${{ github.workspace }}
--platform linux/arm
alpine:3.19 sh -c '
docker run --rm -v "$(pwd):/${{ github.workspace }}" -w ${{ github.workspace }} --platform linux/arm alpine:3.19 sh -c '
cat /etc/os-release &&
apk add --no-cache
build-base
groff &&
make linux CFLAGS='-static -O2' &&
apk add --no-cache build-base groff &&
make linux CFLAGS="-static -O2" &&
make test &&
strip fvcbm
'
Expand Down

0 comments on commit c2287b8

Please sign in to comment.