Skip to content

Commit

Permalink
revert release-ci tag
Browse files Browse the repository at this point in the history
  • Loading branch information
oeqqwq committed Aug 20, 2024
1 parent bd8c948 commit 46a1b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/release-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ parameters:
executors:
linux_x64_executor: # declares a reusable executor
docker:
- image: secretflow/release-ci:latest
- image: secretflow/release-ci:20240619
resource_class: 2xlarge+
shell: /bin/bash --login -eo pipefail
linux_aarch64_executor:
docker:
- image: secretflow/release-ci-aarch64:latest
- image: secretflow/release-ci-aarch64:20240619
resource_class: arm.2xlarge
shell: /bin/bash --login -eo pipefail
macos_arm64_executor:
Expand Down

0 comments on commit 46a1b75

Please sign in to comment.