Skip to content

Commit

Permalink
fix: build on additional platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-white committed Aug 13, 2022
1 parent 5e940ab commit e4d3128
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,21 @@ jobs:
os: ubuntu-latest
name: twist-i686-unknown-linux-musl.tar.gz

# - target: aarch64-unknown-linux-musl
# os: ubuntu-latest
# name: twist-aarch64-unknown-linux-musl.tar.gz
- target: aarch64-unknown-linux-musl
os: ubuntu-latest
name: twist-aarch64-unknown-linux-musl.tar.gz

# - target: arm-unknown-linux-musleabihf
# os: ubuntu-latest
# name: twist-arm-unknown-linux-musleabihf.tar.gz
- target: arm-unknown-linux-musleabihf
os: ubuntu-latest
name: twist-arm-unknown-linux-musleabihf.tar.gz

- target: x86_64-apple-darwin
os: macOS-11
os: macOS-12
name: twist-x86_64-apple-darwin.tar.gz

# - target: aarch64-apple-darwin
# os: macOS-11
# name: twist-aarch64-apple-darwin.tar.gz
- target: aarch64-apple-darwin
os: macOS-12
name: twist-aarch64-apple-darwin.tar.gz

# - target: x86_64-pc-windows-msvc
# os: windows-latest
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:

# Notarize twist binaries for MacOS and build notarized pkg installers
# notarize_and_pkgbuild:
# runs-on: macos-latest
# runs-on: macos-12
# needs: [github_build, merge_crowdin_pr]
# strategy:
# fail-fast: false
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macOS-latest
- macos-12
runs-on: ${{ matrix.os }}
steps:
- name: Setup | Checkout
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macOS-latest
- macos-12
runs-on: ${{ matrix.os }}
steps:
- name: Setup | Checkout
Expand All @@ -101,7 +101,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macOS-latest
- macos-12
runs-on: ${{ matrix.os }}
steps:
- name: Setup | Checkout
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macOS-latest
- macos-12
rust: [stable, nightly]
steps:
- name: Setup | Checkout
Expand Down

0 comments on commit e4d3128

Please sign in to comment.