Accepting request 421923 from home:jordimassaguerpla:branch:V:c:fix_go_arches_definition

fix the go_arches definition

OBS-URL: https://build.opensuse.org/request/show/421923
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=130
This commit is contained in:
Christian Brauner 2016-08-25 12:04:09 +00:00 committed by Git OBS Bridge
parent a6db502979
commit 4382c45dde

View File

@ -19,14 +19,11 @@
# Check if go_arches is defined in the project configuration
# Otherwise, define it here
# In order to define it in the project configuration, you need to add
# In order to define it in the project configuration, see
#
# %define go_arches %ix86 x86_64 aarch64
# Macros:
# %go_arches %ix86 x86_64 aarch64
# :Macros
# https://en.opensuse.org/openSUSE:Build%20Service%20prjconf#Macros
#
# The Macros is the one that defines the go_arches variable to be used
# The Macros tag is the one that defines the go_arches variable to be used
# in the spec file.
# The "define" one is to help the specfile parser of the buildservice
# to see what packages are being built. You also want to define it here