From 2e28241dba0fe1b6eb1e553e94e35e4c0511c280 Mon Sep 17 00:00:00 2001 From: ahaoboy <504595380@qq.com> Date: Mon, 15 Jul 2024 22:05:19 +0800 Subject: [PATCH] MULTIARCH --- .github/workflows/release.yml | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a78cef2..64aeac21 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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