Skip to content

Commit

Permalink
Update CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
realnc committed May 4, 2023
1 parent 5d12786 commit 3acbd34
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,22 @@ workflows:
image_tag: 'linux-arm64v8'
dynarec: 'arm64'
file_arch: 'arm64'
context:
- global-org
- build-linux:
name: build-linux-arm32v7
image_tag: 'linux-arm32v7'
dynarec: 'arm'
file_arch: 'armhf'
context:
- global-org
- upload-linux:
filters:
branches:
only:
- 'libretro'
context:
- global-org
requires:
- build-linux-arm64v8
- build-linux-arm32v7
Expand Down

0 comments on commit 3acbd34

Please sign in to comment.