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 b423412 commit 73f5737
Showing 1 changed file with 3 additions and 24 deletions.
27 changes: 3 additions & 24 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
brew install cmake autoconf automake libtool texinfo
make BUILD_MACOS_MULTIARCH=1
ls -lh .
ls -lh build
mkdir ./txiki-macos-arm64
cp build/tjs ./txiki-macos-arm64/tjs
Expand All @@ -62,30 +65,6 @@ jobs:
name: txiki-macos-arm64
path: ./txiki-macos-arm64

build-macos-x86:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: build macos-latest
run: |
brew install cmake autoconf automake libtool texinfo
make
ls -lh .
ls -lh build
mkdir ./txiki-macos-x86
cp build/tjs ./txiki-macos-x86/tjs
- name: Upload macos x86 Artifact
uses: actions/upload-artifact@v4
with:
name: txiki-macos-x86
path: ./txiki-macos-x86

release:
needs: [build-windows-x86_64, build-macos]
name: release
Expand Down

0 comments on commit 73f5737

Please sign in to comment.