commit 785ee995e63b914d142d485a4b48d4a241cb7c1b Author: eabdullin Date: Fri Mar 7 11:41:37 2025 +0300 Replace env variable for x86_64_v2 diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..26323fc --- /dev/null +++ b/config.yaml @@ -0,0 +1,22 @@ +actions: + - replace: + - target: "spec" + find: | + %build + replace: | + %ifarch x86_64_v2 + sed -i 's/^GOAMD64=v3$/GOAMD64=v2/' ./go.env + grep -q '^GOAMD64=v2$' ./go.env + %endif + + %build + count: 1 + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Eduard Abdullin" + email: "eabdullin@almalinux.org" + line: + - "Update env var for v2"