mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-26 08:13:09 -06:00
x86_64-pc -> x86_64
I thought this was standardized
This commit is contained in:
parent
83e3f29515
commit
cfebfac16e
2
.github/workflows/get-compiler.sh
vendored
2
.github/workflows/get-compiler.sh
vendored
|
|
@ -5,7 +5,7 @@ set -eu
|
|||
function get_compiler() {
|
||||
case "$GOARCH" in
|
||||
"amd64")
|
||||
echo "x86_64-pc-linux-gnu-gcc"
|
||||
echo "x86_64-linux-gnu-gcc"
|
||||
;;
|
||||
"arm64")
|
||||
echo "aarch64-linux-gnu-gcc"
|
||||
|
|
|
|||
Loading…
Reference in a new issue