|
32 | 32 | matrix:
|
33 | 33 | arch: [aarch64-unknown-linux-gnu,
|
34 | 34 | x86_64-unknown-linux-gnu,
|
35 |
| - x86_64-apple-darwin, |
36 | 35 | aarch64-apple-darwin,
|
37 | 36 | x86_64-windows]
|
38 | 37 | include:
|
|
42 | 41 | - arch: x86_64-unknown-linux-gnu
|
43 | 42 | runner: ${{ github.repository == 'sigp/lighthouse' && fromJson('["self-hosted", "linux", "release", "large"]') || 'ubuntu-latest' }}
|
44 | 43 | profile: maxperf
|
45 |
| - - arch: x86_64-apple-darwin |
46 |
| - runner: macos-13 |
47 |
| - profile: maxperf |
48 | 44 | - arch: aarch64-apple-darwin
|
49 | 45 | runner: macos-14
|
50 | 46 | profile: maxperf
|
|
94 | 90 | if: contains(matrix.arch, 'unknown-linux-gnu')
|
95 | 91 | run: mv target/${{ matrix.arch }}/${{ matrix.profile }}/lighthouse ~/.cargo/bin/lighthouse
|
96 | 92 |
|
97 |
| - - name: Build Lighthouse for x86_64-apple-darwin |
98 |
| - if: matrix.arch == 'x86_64-apple-darwin' |
99 |
| - run: cargo install --path lighthouse --force --locked --features portable,gnosis --profile ${{ matrix.profile }} |
100 |
| - |
101 | 93 | - name: Build Lighthouse for aarch64-apple-darwin
|
102 | 94 | if: matrix.arch == 'aarch64-apple-darwin'
|
103 | 95 | run: cargo install --path lighthouse --force --locked --features portable,gnosis --profile ${{ matrix.profile }}
|
@@ -244,7 +236,6 @@ jobs:
|
244 | 236 |
|
245 | 237 | | System | Architecture | Binary | PGP Signature |
|
246 | 238 | |:---:|:---:|:---:|:---|
|
247 |
| - | <picture> <source media="(prefers-color-scheme: dark)" srcset="https://cdn.simpleicons.org/apple/white" > <source media="(prefers-color-scheme: light)" srcset="https://cdn.simpleicons.org/apple" ><img src="https://cdn.simpleicons.org/apple" width="32" alt="Apple logo"> </picture> | x86_64 | [lighthouse-${{ env.VERSION }}-x86_64-apple-darwin.tar.gz](https://github.com/${{ env.REPO_NAME }}/releases/download/${{ env.VERSION }}/lighthouse-${{ env.VERSION }}-x86_64-apple-darwin.tar.gz) | [PGP Signature](https://github.com/${{ env.REPO_NAME }}/releases/download/${{ env.VERSION }}/lighthouse-${{ env.VERSION }}-x86_64-apple-darwin.tar.gz.asc) | |
248 | 239 | | <picture> <source media="(prefers-color-scheme: dark)" srcset="https://cdn.simpleicons.org/apple/white" > <source media="(prefers-color-scheme: light)" srcset="https://cdn.simpleicons.org/apple" ><img src="https://cdn.simpleicons.org/apple" width="32" alt="Apple logo"> </picture> | aarch64 | [lighthouse-${{ env.VERSION }}-aarch64-apple-darwin.tar.gz](https://github.com/${{ env.REPO_NAME }}/releases/download/${{ env.VERSION }}/lighthouse-${{ env.VERSION }}-aarch64-apple-darwin.tar.gz) | [PGP Signature](https://github.com/${{ env.REPO_NAME }}/releases/download/${{ env.VERSION }}/lighthouse-${{ env.VERSION }}-aarch64-apple-darwin.tar.gz.asc) |
|
249 | 240 | | <picture> <source media="(prefers-color-scheme: dark)" srcset="https://cdn.simpleicons.org/linux/white" > <source media="(prefers-color-scheme: light)" srcset="https://cdn.simpleicons.org/linux/black" ><img src="https://cdn.simpleicons.org/linux" width="32" alt="Linux logo"> </picture> | x86_64 | [lighthouse-${{ env.VERSION }}-x86_64-unknown-linux-gnu.tar.gz](https://github.com/${{ env.REPO_NAME }}/releases/download/${{ env.VERSION }}/lighthouse-${{ env.VERSION }}-x86_64-unknown-linux-gnu.tar.gz) | [PGP Signature](https://github.com/${{ env.REPO_NAME }}/releases/download/${{ env.VERSION }}/lighthouse-${{ env.VERSION }}-x86_64-unknown-linux-gnu.tar.gz.asc) |
|
250 | 241 | | <picture> <source media="(prefers-color-scheme: dark)" srcset="https://cdn.simpleicons.org/raspberrypi/white" > <source media="(prefers-color-scheme: light)" srcset="https://cdn.simpleicons.org/raspberrypi/black" > <img src="https://cdn.simpleicons.org/raspberrypi" width="32" alt="Raspberrypi logo"> </picture> | aarch64 | [lighthouse-${{ env.VERSION }}-aarch64-unknown-linux-gnu.tar.gz](https://github.com/${{ env.REPO_NAME }}/releases/download/${{ env.VERSION }}/lighthouse-${{ env.VERSION }}-aarch64-unknown-linux-gnu.tar.gz) | [PGP Signature](https://github.com/${{ env.REPO_NAME }}/releases/download/${{ env.VERSION }}/lighthouse-${{ env.VERSION }}-aarch64-unknown-linux-gnu.tar.gz.asc) |
|
|
0 commit comments