Skip to content

Commit

Permalink
ci: Arm64 testing
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax committed Jun 10, 2024
1 parent a17fd26 commit e7fbff1
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/arm64-testing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Arm64 testing

permissions:
contents: read

on:
pull_request:

concurrency:
group: |
${{ github.head_ref
|| github.run_id
}}-${{ github.workflow }}-request
cancel-in-progress: true


jobs:
arm64:
permissions:
contents: read
runs-on: envoy-ubuntu-arm64
steps:
- run: |
df -h
uname -a
arm64-base:
permissions:
contents: read
runs-on: envoy-ubuntu-arm64
steps:
- run: |
df -h
uname -a

0 comments on commit e7fbff1

Please sign in to comment.