Skip to content

Commit

Permalink
MULTIARCH
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaoboy committed Jul 15, 2024
1 parent 1f5e7fe commit 0b0f24c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
name: txiki-windows-x86_64
path: ./txiki-windows-x86_64

build-macos-arm64:
build-macos:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
Expand All @@ -51,7 +51,7 @@ jobs:
- name: build macos-latest
run: |
brew install cmake autoconf automake libtool texinfo
make
make BUILD_MACOS_MULTIARCH=1
mkdir ./txiki-macos-arm64
cp build/tjs ./txiki-macos-arm64/tjs
Expand All @@ -73,6 +73,10 @@ jobs:
brew install cmake autoconf automake libtool texinfo
make
ls -lh .
ls -lh build
mkdir ./txiki-macos-x86
cp build/tjs ./txiki-macos-x86/tjs
Expand All @@ -83,7 +87,7 @@ jobs:
path: ./txiki-macos-x86

release:
needs: [build-windows-x86_64, build-macos-x86, build-macos-arm64]
needs: [build-windows-x86_64, build-macos]
name: release
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 0b0f24c

Please sign in to comment.