mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 09:54:05 +00:00
ci: X64 -> x64
This commit is contained in:
parent
2d334026a9
commit
3eb7868057
1 changed files with 5 additions and 5 deletions
10
.github/workflows/extensions.yml
vendored
10
.github/workflows/extensions.yml
vendored
|
|
@ -15,13 +15,13 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
arch: X64
|
arch: x64
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
arch: ARM64
|
arch: ARM64
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
arch: X64
|
arch: x64
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
arch: X64
|
arch: x64
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
arch: ARM64
|
arch: ARM64
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
@ -51,7 +51,7 @@ jobs:
|
||||||
run: cd extensions && make
|
run: cd extensions && make
|
||||||
|
|
||||||
- name: Build C files (Native Linux)
|
- name: Build C files (Native Linux)
|
||||||
if: runner.os == 'Linux' && matrix.arch == 'X64'
|
if: runner.os == 'Linux' && matrix.arch == 'x64'
|
||||||
run: cd extensions && make
|
run: cd extensions && make
|
||||||
|
|
||||||
- name: Build C files (Linux cross-compilation)
|
- name: Build C files (Linux cross-compilation)
|
||||||
|
|
@ -68,7 +68,7 @@ jobs:
|
||||||
run: cd extensions && make
|
run: cd extensions && make
|
||||||
|
|
||||||
- name: Build C files (macOS cross-compilation)
|
- name: Build C files (macOS cross-compilation)
|
||||||
if: matrix.os == 'macos-latest' && matrix.arch == 'X64'
|
if: matrix.os == 'macos-latest' && matrix.arch == 'x64'
|
||||||
run: |
|
run: |
|
||||||
cd extensions
|
cd extensions
|
||||||
brew install llvm
|
brew install llvm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue