Package Details: earthly 0.8.9-1

Git Clone URL: https://aur.archlinux.org/earthly.git (read-only, click to copy)
Package Base: earthly
Description: A build automation tool that executes in containers
Upstream URL: https://earthly.dev/
Licenses: MPL-2.0
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 7
Popularity: 0.000030
First Submitted: 2021-08-11 02:58 (UTC)
Last Updated: 2024-04-25 16:53 (UTC)

Latest Comments

dbermond commented on 2023-10-04 22:10 (UTC)

@StrontiumK9 Fixed. Thanks for reporting.

StrontiumK9 commented on 2023-09-25 02:53 (UTC)

There is a small packaging issue which causes Earthly to warn:

 buildkitd | Warning: Buildkit version (v0.7.17) is different from Earthly version (0.7.17)

Suggest changing:

_ldflags+=" -X main.Version=${pkgver}"

to

_ldflags+=" -X main.Version=v${pkgver}"

dbermond commented on 2022-11-11 19:31 (UTC)

@ghthor I'm not going to add this here, sorry. This should be managed by upstream. You can ask them to add it there.

ghthor commented on 2022-11-11 07:26 (UTC)

Submitting a patch to add completion files.

https://gist.github.com/ghthor/33a418854e01abc1d83450f3ebcfecef

dbermond commented on 2021-12-02 16:45 (UTC)

@mschmitzberger It should be fixed by now.

mschmitzberger commented on 2021-12-02 12:42 (UTC)

I'm facing the same issue as described here: https://github.com/earthly/earthly/issues/1384

ejiek commented on 2021-11-01 23:08 (UTC)

As of 0.5.24 podman support needs a workaround

ejiek commented on 2021-11-01 22:56 (UTC)

Since 0.5.24 podman is supported. I'd suggest to move docker to optdepends and add podman there.