fix label

This commit is contained in:
Adil Hafeez 2025-02-04 14:35:37 -08:00
parent 64869d05d6
commit 77b2b09f6e
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -68,7 +68,7 @@ on:
jobs:
# Build ARM64 image on native ARM64 runner
build-arm64:
runs-on: [linux-arm64, arm64]
runs-on: [linux-arm64]
steps:
- name: Checkout Repository
uses: actions/checkout@v4