use blacksmith for amd64 build too
This commit is contained in:
parent
440ba2d44d
commit
667045c34b
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -7,9 +7,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
- '**'
|
||||
- "**"
|
||||
tags:
|
||||
- 'v*'
|
||||
- "v*"
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
|
@ -151,7 +151,7 @@ jobs:
|
|||
include:
|
||||
- platform: linux/amd64
|
||||
arch: amd64
|
||||
runner: ubuntu-latest
|
||||
runner: blacksmith-4vcpu-ubuntu-2404
|
||||
- platform: linux/arm64
|
||||
arch: arm64
|
||||
runner: blacksmith-4vcpu-ubuntu-2404-arm
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue