fix(act): build images on x86 node to avoid emulation problems
This commit is contained in:
parent
ed921006e9
commit
cba9044ff4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ jobs:
|
|||
base_tage:
|
||||
- "22.04"
|
||||
- "24.04"
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-latest-amd64
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue