diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-11-14 16:04:01 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-11-14 16:04:01 -0700 |
| commit | 5d7efa6d82997d80b89e3454ac2b924c3a5a0c87 (patch) | |
| tree | 07e527a2646e8a44c2d6ef019d89f528a4848567 /.github | |
| parent | e14d135881a4fff23d0864b4494418896eb94d36 (diff) | |
| download | zig-5d7efa6d82997d80b89e3454ac2b924c3a5a0c87.tar.gz zig-5d7efa6d82997d80b89e3454ac2b924c3a5a0c87.zip | |
CI: aarch64-linux: init
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yaml | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 87da7e7005..30d65fa99a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,18 +5,13 @@ on: branches: - master jobs: - # linux: - # runs-on: [self-hosted, Linux, aarch64] - # env: - # ARCH: "aarch64" - # steps: - # - name: Checkout - # uses: actions/checkout@v3 - - # - name: Test - # run: echo "Success!" - # - name: Run Build Script - # run: sh ./ci/linux/build.sh + linux-aarch64: + runs-on: [self-hosted, Linux, aarch64] + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Run Build Script + run: sh ./ci/linux/build-aarch64.sh macos-x86_64: strategy: matrix: |
