This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d697ca02 update snapcraft definition to have it work against latest 
snapcraft version
4d697ca02 is described below

commit 4d697ca0269b8e08497d984d404273aae9df6915
Author: Jaikiran Pai <jaiki...@apache.org>
AuthorDate: Thu Aug 29 20:32:12 2024 +0530

    update snapcraft definition to have it work against latest snapcraft version
---
 snap/snapcraft.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 05bb911c9..05bf80475 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -33,11 +33,11 @@ description: |
   Environment.
 confinement: classic
 grade: devel
-base: core18
+base: core22
 license: Apache-2.0
 architectures:
-  - run-on: all
-    build-on: [amd64, i386]
+  - build-for: all
+    build-on: [amd64, arm64]
 
 apps:
   ant:

Reply via email to