diff --git a/docker.spec b/docker.spec index 1edebdd..19df8b8 100644 --- a/docker.spec +++ b/docker.spec @@ -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