fix: Docker version releases by removing arm/v6 and arm/v7 support (#8976)

This commit is contained in:
Corey
2024-03-04 23:54:42 -08:00
committed by GitHub
parent f9c39edcbc
commit 1f62dd0f4e
4 changed files with 7 additions and 7 deletions

View File

@@ -117,7 +117,7 @@ jobs:
check-docker:
name: Docker Build
timeout-minutes: 15
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4