Github messages for voidlinux
 help / color / mirror / Atom feed
From: smorimoto <smorimoto@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: New package: waypoint-0.1.2
Date: Fri, 13 Nov 2020 07:04:25 +0100	[thread overview]
Message-ID: <20201113060425.8XXNgJt2mWZ8AzO2URSC52XiqaNh1GqMvpVEMtzVa68@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25665@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 567 bytes --]

New comment by smorimoto on void-packages repository

https://github.com/void-linux/void-packages/pull/25665#issuecomment-726541992

Comment:
​Oh, we seem to have this:

https://github.com/void-linux/void-packages/blob/0baf47ac2fad9ca82a4bdc918e7976fa9f5824d9/common/environment/build-style/go.sh#L17-L29

So this might be enough for us:

```sh
if [ -z "$GOARM" ]; then
  make bin GOARCH="$GOARCH"
else
  make bin GOARCH="$GOARCH" GOARM="$GOARM"
fi
```

https://github.com/hashicorp/waypoint/blob/ee9443811c1ac724c24b4017dba1b97f6f1018d3/Makefile#L14

  parent reply	other threads:[~2020-11-13  6:04 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-17  3:41 [PR PATCH] " nilium
2020-10-17  4:00 ` nilium
2020-10-17  4:29 ` [PR PATCH] [Updated] " nilium
2020-10-26 21:10 ` smorimoto
2020-10-27  0:27 ` nilium
2020-11-13  4:52 ` nilium
2020-11-13  4:52 ` [PR PATCH] [Closed]: " nilium
2020-11-13  5:19 ` smorimoto
2020-11-13  5:21 ` nilium
2020-11-13  5:26 ` smorimoto
2020-11-13  6:04 ` smorimoto [this message]
2020-11-13  6:05 ` smorimoto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201113060425.8XXNgJt2mWZ8AzO2URSC52XiqaNh1GqMvpVEMtzVa68@z \
    --to=smorimoto@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).