Skip to content

Commit

Permalink
set arm runner
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinsRan committed Jan 30, 2024
1 parent d094137 commit a1d4405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
jobs:
publish_apisix:
name: Build and Publish RPM Package
runs-on: ubuntu-22.04
runs-on: buildjet-2vcpu-ubuntu-2204-arm
timeout-minutes: 180
env:
VAR_COS_BUCKET_CI: ${{ secrets.VAR_COS_BUCKET_CI }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-deb-arm.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and Publish DEB Package ARM

on:
push:
create:

jobs:
publish_apisix:
Expand Down

0 comments on commit a1d4405

Please sign in to comment.