Skip to content

Commit

Permalink
Rename build-aarch64 to build-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Dec 2, 2023
1 parent c271f21 commit 9ee3528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ workflows:
build-workflow:
jobs:
- build-x86_64
- build-aarch64
- build-arm64
- build-windows

jobs:
Expand All @@ -32,7 +32,7 @@ jobs:
- store_artifacts:
path: build/docker

build-aarch64:
build-arm64:
machine:
image: ubuntu-2004:202101-01
resource_class: arm.medium
Expand Down

0 comments on commit 9ee3528

Please sign in to comment.