From 4afd6b3bc543ad0b256372bc79a1dba435b8d442b423839332390fdf5947a0d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Wed, 17 Apr 2024 09:32:42 +0000 Subject: [PATCH] [info=e5757fcff546bf7e29a0ef675916e7bd] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/golang-oldstable-image?expand=0&rev=66 --- Dockerfile | 2 +- golang-oldstable-image.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 88c626b..2c0a2fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,5 +47,5 @@ ENV PATH="/go/bin:/usr/local/go/bin:/root/go/bin/:/usr/local/sbin:/usr/local/bin # only available on go's tsan_arch architectures -#!ArchExclusiveLine x86_64 aarch64 s390x ppc64le +#!ArchExclusiveLine: x86_64 aarch64 s390x ppc64le RUN set -euo pipefail; if zypper -n install go1.21-race; then zypper -n clean; rm -rf /var/log/*; fi diff --git a/golang-oldstable-image.changes b/golang-oldstable-image.changes index 0df5ad6..db52f2b 100644 --- a/golang-oldstable-image.changes +++ b/golang-oldstable-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 17 09:30:41 UTC 2024 - Guillaume GARDET + +- fix typo in archexclusiveline + ------------------------------------------------------------------- Fri Apr 12 12:03:53 UTC 2024 - Dirk Mueller