mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 06:51:26 +02:00
Merge pull request #2763 from dm0-/docker
app-emulation/docker: Set GOARCH for this build system
This commit is contained in:
commit
02517f007d
@ -215,6 +215,7 @@ src_unpack() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
go_export
|
||||
export GOPATH="${WORKDIR}/${P}"
|
||||
|
||||
# setup CFLAGS and LDFLAGS for separate build target
|
||||
|
@ -11,7 +11,7 @@ KEYWORDS="amd64 arm64"
|
||||
|
||||
# Explicitly list all packages that will be built into the image.
|
||||
RDEPEND="
|
||||
=app-emulation/docker-17.06.2
|
||||
=app-emulation/docker-17.06.2-r1
|
||||
=app-emulation/containerd-0.2.9_p7
|
||||
=app-emulation/docker-proxy-0.8.0_p20170410-r1
|
||||
=app-emulation/docker-runc-1.0.0_rc3_p53
|
||||
|
Loading…
x
Reference in New Issue
Block a user