Skip to content

Commit

Permalink
Rework CI to build ARM64 (#889)
Browse files Browse the repository at this point in the history
* break CI into cleaner steps:  build, test/test-legacy, publish
* add arm64 for linux
  • Loading branch information
nyurik committed Sep 26, 2023
1 parent 09bbdc9 commit 0ef493d
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 129 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build documentation
name: Documentation

on:
push:
Expand All @@ -7,7 +7,7 @@ on:

jobs:
build-docs:
name: Build
name: Build Docs
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
Loading

0 comments on commit 0ef493d

Please sign in to comment.