mirror of
https://github.com/felixrieseberg/macintosh.js.git
synced 2024-12-31 22:31:50 +00:00
build: Build for ia32, too
This commit is contained in:
parent
9797bb115c
commit
3698e7387b
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -81,13 +81,19 @@ jobs:
|
|||||||
- name: Install
|
- name: Install
|
||||||
run: yarn
|
run: yarn
|
||||||
- name: Make
|
- name: Make
|
||||||
# if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
run: yarn make
|
run: yarn make
|
||||||
env:
|
env:
|
||||||
APPLE_ID: ${{ secrets.APPLE_ID }}
|
APPLE_ID: ${{ secrets.APPLE_ID }}
|
||||||
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
|
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
|
||||||
WINDOWS_CODESIGN_FILE: ${{ steps.write_file.outputs.filePath }}
|
WINDOWS_CODESIGN_FILE: ${{ steps.write_file.outputs.filePath }}
|
||||||
WINDOWS_CODESIGN_PASSWORD: ${{ secrets.WINDOWS_CODESIGN_PASSWORD }}
|
WINDOWS_CODESIGN_PASSWORD: ${{ secrets.WINDOWS_CODESIGN_PASSWORD }}
|
||||||
|
- name: Make (ia32)
|
||||||
|
if: matrix.os == 'windows-latest' && startsWith(github.ref, 'refs/tags/')
|
||||||
|
run: yarn make -- --arch=ia32
|
||||||
|
env:
|
||||||
|
WINDOWS_CODESIGN_FILE: ${{ steps.write_file.outputs.filePath }}
|
||||||
|
WINDOWS_CODESIGN_PASSWORD: ${{ secrets.WINDOWS_CODESIGN_PASSWORD }}
|
||||||
# - name: Archive production artifacts
|
# - name: Archive production artifacts
|
||||||
# uses: actions/upload-artifact@v2
|
# uses: actions/upload-artifact@v2
|
||||||
# with:
|
# with:
|
||||||
|
Loading…
Reference in New Issue
Block a user