chore(yay): update dependencies and builder (#2396)

* fix libalpm14 build

* update deps

* try alternative arch
This commit is contained in:
Jo
2024-03-16 00:55:05 +01:00
committed by GitHub
parent 741d83c1f0
commit 48d1d3d2d5
4 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
FROM ghcr.io/jguer/archlinuxarm:base-devel
FROM docker.io/ljmf00/archlinux:devel
LABEL maintainer="Jguer,docker@jguer.space"
ENV GO111MODULE=on
@@ -9,5 +9,5 @@ COPY go.mod .
RUN pacman-key --init && pacman -Sy && pacman -S --overwrite=* --noconfirm archlinux-keyring && \
pacman -Su --overwrite=* --needed --noconfirm doxygen meson asciidoc go git gcc make sudo base-devel && \
rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/* && \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.55.2 && \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.56.2 && \
go mod download