diff options
-rw-r--r-- | TODO | 1 | ||||
-rwxr-xr-x | bin/reproducible_netbsd.sh | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -255,7 +255,6 @@ properties: ==== reproducible netbsd -* make it work * use NetBSD css and logo * link from dashboard * announce on their list diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh index 5e3b2d39..649ca6d6 100755 --- a/bin/reproducible_netbsd.sh +++ b/bin/reproducible_netbsd.sh @@ -14,7 +14,7 @@ common_init "$@" set -e # build for these architectures -ARCHS="sparc64" +ARCHS="sparc64 amd64" cleanup_tmpdirs() { cd |