From a33fafd9f5f4cf7861633f02c0e0bfaf6b6570ee Mon Sep 17 00:00:00 2001 From: Shulhan Date: Wed, 31 May 2023 00:18:25 +0700 Subject: all: support ARMv8 architecture This architecture tested by other Arch user [1]. [1] https://aur.archlinux.org/packages/google-cloud-ops-agent-git#comment-916934 --- .SRCINFO | 3 ++- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 9efecef..b734583 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,9 +1,10 @@ pkgbase = google-cloud-ops-agent-git pkgdesc = Ops Agents that are part of the Google Cloud Operations product suite (specifically Cloud Logging and Cloud Monitoring) - pkgver = 2.25.1.r18.g4f5c90bc5 + pkgver = 2.33.0.r8.g93b07bdd5 pkgrel = 1 url = https://github.com/GoogleCloudPlatform/ops-agent arch = x86_64 + arch = aarch64 license = Apache License 2.0 makedepends = cmake makedepends = go diff --git a/PKGBUILD b/PKGBUILD index 693b672..db87d0e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,11 +1,11 @@ # Maintainer: shulhan pkgname=google-cloud-ops-agent-git -pkgver=2.25.1.r18.g4f5c90bc5 +pkgver=2.33.0.r8.g93b07bdd5 pkgrel=1 pkgdesc="Ops Agents that are part of the Google Cloud Operations product suite (specifically Cloud Logging and Cloud Monitoring)" -arch=(x86_64) +arch=('x86_64' 'aarch64') url='https://github.com/GoogleCloudPlatform/ops-agent' license=('Apache License 2.0') groups=() -- cgit v1.3