Skip to content

Commit

Permalink
GHA: build multiarch libmobi
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabiszewski committed Jan 21, 2023
1 parent a108aae commit 72dc86b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Fetch libmobi
run: git clone https://github.com/bfabiszewski/libmobi.git
- name: Build and install libmobi
run: ( cd libmobi && ./autogen.sh && ./configure && make && sudo make install )
run: ( cd libmobi && ./autogen.sh && ./configure CFLAGS="-arch x86_64 -arch arm64" && make && sudo make install )
- name: Build QLMobi
run: xcodebuild
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Travis status](https://travis-ci.com/bfabiszewski/QLMobi.svg?branch=master)](https://travis-ci.com/bfabiszewski/QLMobi)
[![Github Action status](https://github.com/bfabiszewski/QLMobi/actions/workflows/build.yml/badge.svg)](https://github.com/bfabiszewski/QLMobi/actions)

## Quick Look plugin for Kindle ebook formats

Expand Down

0 comments on commit 72dc86b

Please sign in to comment.