From 925ec07774ecb101ca966d0aff816e6651f537859a8f1dae73596ed173805a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Fri, 8 Sep 2023 12:28:29 +0000 Subject: [PATCH] [info=c919be8f1d5e46c5c0b61d6314ed0753] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/golang-stable-image?expand=0&rev=25 --- Dockerfile | 2 +- golang-stable-image.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f5315aa..dc88849 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,5 +32,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-stable-image.changes b/golang-stable-image.changes index 8ab2be0..ca0ad21 100644 --- a/golang-stable-image.changes +++ b/golang-stable-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 8 12:26:59 UTC 2023 - Dirk Mueller + +- typo fix in last change + ------------------------------------------------------------------- Wed Sep 6 16:26:08 UTC 2023 - Dirk Mueller