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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- '**'
|
- "**"
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- "v*"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
@ -151,7 +151,7 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- platform: linux/amd64
|
- platform: linux/amd64
|
||||||
arch: amd64
|
arch: amd64
|
||||||
runner: ubuntu-latest
|
runner: blacksmith-4vcpu-ubuntu-2404
|
||||||
- platform: linux/arm64
|
- platform: linux/arm64
|
||||||
arch: arm64
|
arch: arm64
|
||||||
runner: blacksmith-4vcpu-ubuntu-2404-arm
|
runner: blacksmith-4vcpu-ubuntu-2404-arm
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue