From a67f8f855128fcef00d1030b2b5f2d2dcdc05ba7 Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Sat, 19 Nov 2022 19:06:35 -0300 Subject: [PATCH] chore: there's no linux/arm/7 anymore --- Taskfile.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index d0e45633cce..4c302dfab94 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -156,11 +156,6 @@ tasks: Platform: 'arm64' Image: fedora Cmd: '{{.rpm}} goreleaser-*.aarch64.rpm' - - task: goreleaser:test:pkg - vars: - Platform: 'arm/7' - Image: fedora - Cmd: '{{.rpm}} goreleaser-*.armv7hl.rpm' goreleaser:test:deb: desc: Tests deb packages