2021-09-29 01:16:39 +02:00
|
|
|
local name = "multiple_armv6"
|
|
|
|
local version = "1.0.1"
|
|
|
|
|
|
|
|
food = {
|
|
|
|
name = name,
|
2021-11-06 22:43:47 -03:00
|
|
|
description = "A run pipe test fish food and FOO=foo_is_bar",
|
2021-09-29 01:16:39 +02:00
|
|
|
license = "",
|
|
|
|
homepage = "https://github.com/goreleaser",
|
|
|
|
version = version,
|
|
|
|
packages = {
|
2021-10-10 10:52:25 -03:00
|
|
|
{
|
2021-09-29 01:16:39 +02:00
|
|
|
os = "darwin",
|
|
|
|
arch = "amd64",
|
|
|
|
url = "https://dummyhost/download/v1.0.1/bin.tar.gz",
|
|
|
|
sha256 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
|
|
|
|
resources = {
|
|
|
|
{
|
2021-10-10 10:52:25 -03:00
|
|
|
path = "foo",
|
|
|
|
installpath = "bin/foo",
|
2021-09-29 01:16:39 +02:00
|
|
|
executable = true
|
2021-10-13 00:10:07 -03:00
|
|
|
},
|
2021-09-29 01:16:39 +02:00
|
|
|
}
|
|
|
|
},
|
2021-10-10 10:52:25 -03:00
|
|
|
{
|
2021-09-29 01:16:39 +02:00
|
|
|
os = "linux",
|
|
|
|
arch = "arm64",
|
|
|
|
url = "https://dummyhost/download/v1.0.1/arm64.tar.gz",
|
|
|
|
sha256 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
|
|
|
|
resources = {
|
|
|
|
{
|
2021-10-10 10:52:25 -03:00
|
|
|
path = "foo",
|
|
|
|
installpath = "bin/foo",
|
2021-09-29 01:16:39 +02:00
|
|
|
executable = true
|
2021-10-13 00:10:07 -03:00
|
|
|
},
|
2021-09-29 01:16:39 +02:00
|
|
|
}
|
|
|
|
},
|
2021-10-10 10:52:25 -03:00
|
|
|
{
|
2021-09-29 01:16:39 +02:00
|
|
|
os = "linux",
|
|
|
|
arch = "arm",
|
|
|
|
url = "https://dummyhost/download/v1.0.1/armv6.tar.gz",
|
|
|
|
sha256 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
|
|
|
|
resources = {
|
|
|
|
{
|
2021-10-10 10:52:25 -03:00
|
|
|
path = "foo",
|
|
|
|
installpath = "bin/foo",
|
2021-09-29 01:16:39 +02:00
|
|
|
executable = true
|
2021-10-13 00:10:07 -03:00
|
|
|
},
|
2021-09-29 01:16:39 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
}
|
|
|
|
}
|