mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
x86-64 > x86_64
This commit is contained in:
parent
8c8da03e77
commit
b2286cf4f3
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
matrix:
|
||||
image: [musl64]
|
||||
variant: ['', '-musl', '-glibc2.31']
|
||||
target: ['x86-64', 'arm64', 'riscv64']
|
||||
target: ['x86_64', 'arm64', 'riscv64']
|
||||
include:
|
||||
# set default docker platform and image suffix.
|
||||
- {docker-platform: linux/amd64 ,docker-image-suffix: '', makeopts: musl }
|
||||
|
|
|
|||
Loading…
Reference in a new issue