feat: remove x86 runner restriction
All checks were successful
Build and Push Docker Image / build (push) Successful in 30s

This commit is contained in:
Linloir 2024-10-08 00:21:24 +08:00
parent d0eeccd117
commit 769a15b919

View File

@ -7,7 +7,7 @@ on:
jobs: jobs:
build: build:
runs-on: x86-ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository