Skip to content

Commit

Permalink
fix(ci): update ARM64 runner to use Ubuntu 22.04
Browse files Browse the repository at this point in the history
Change the runner for the ARM64 build job from a self-hosted 
environment to the official Ubuntu 22.04 ARM64 runner. This 
ensures better compatibility and support for the build process, 
leveraging the latest features and updates provided by the 
Ubuntu environment.
  • Loading branch information
matusso committed Feb 4, 2025
1 parent 73cfb65 commit 65f0d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/metasploit-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: docker logout

build-and-push-arm64:
runs-on: [self-hosted, linux, arm64] # Native ARM64 GitHub runner
runs-on: ubuntu-22.04-arm64
steps:
- name: Checkout Metasploit Framework Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 65f0d15

Please sign in to comment.