From f01e06df974e9439c22f13909ffdaa68405fe5e616e5703cf9b0ee4b96aacf3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Wed, 17 Apr 2024 09:32:52 +0000 Subject: [PATCH] [info=80afcb7db54a7740598e7ec1c19e87cd] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/golang-stable-image?expand=0&rev=66 --- Dockerfile | 2 +- golang-stable-image.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dc8092e..8c8c632 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,5 +48,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.22-race; then zypper -n clean; rm -rf /var/log/*; fi diff --git a/golang-stable-image.changes b/golang-stable-image.changes index 21cfcc1..d44b400 100644 --- a/golang-stable-image.changes +++ b/golang-stable-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