Browse Source

don't use arm64 runner for arm32 builds (#2194)

pull/2195/head
Jason Dove 10 months ago committed by GitHub
parent
commit
b9faf87887
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/artifacts.yml
  2. 2
      .github/workflows/docker.yml
  3. 2
      .github/workflows/pr.yml

2
.github/workflows/artifacts.yml

@ -151,7 +151,7 @@ jobs: @@ -151,7 +151,7 @@ jobs:
- os: ubuntu-latest
kind: linux
target: linux-musl-x64
- os: ubuntu-24.04-arm
- os: ubuntu-latest
kind: linux
target: linux-arm
- os: ubuntu-24.04-arm

2
.github/workflows/docker.yml

@ -33,7 +33,7 @@ jobs: @@ -33,7 +33,7 @@ jobs:
suffix: ''
qemu: false
- name: arm32v7
os: ubuntu-24.04-arm
os: ubuntu-latest
path: 'arm32v7/'
suffix: '-arm'
qemu: true

2
.github/workflows/pr.yml

@ -41,7 +41,7 @@ jobs: @@ -41,7 +41,7 @@ jobs:
target: linux-x64
- os: ubuntu-latest
target: linux-musl-x64
- os: ubuntu-24.04-arm
- os: ubuntu-latest
target: linux-arm
- os: ubuntu-24.04-arm
target: linux-arm64

Loading…
Cancel
Save