Skip to content
Snippets Groups Projects
Commit 06de89a5 authored by NoisyCoil's avatar NoisyCoil
Browse files

Bug 41137: Add the linux-{aarch64,arm} targets to Go

parent da1663bd
Branches
Tags
1 merge request!963Bug 41137: Build gcc-cross and tor-expert-bundle for linux-aarch64
......@@ -4,6 +4,9 @@ filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.[% c("co
container:
use_container: 1
var:
no_crosscompile: 1
input_files:
- project: container-image
- URL: 'https://golang.org/dl/go[% c("version") %].src.tar.gz'
......
......@@ -9,6 +9,7 @@ var:
use_go_1_20: 0
go_1_21: 1.21.9
go_1_20: 1.20.14
no_crosscompile: 1
setup: |
mkdir -p /var/tmp/dist
tar -C /var/tmp/dist -xf $rootdir/[% c("go_tarfile") %]
......@@ -101,6 +102,12 @@ targets:
linux-i686:
var:
GOARCH: 386
linux-aarch64:
var:
GOARCH: arm64
linux-arm:
var:
GOARCH: arm
android:
var:
GOOS: android
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment