mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-20 23:47:21 -05:00
fix multiarch buildah command
This commit is contained in:
parent
49b5068606
commit
c7459b30e4
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
@ -325,13 +325,15 @@ jobs:
|
||||
v2Arch=$(echo $arch | cut -d: -f1)
|
||||
containerArch=$(echo $arch | cut -d: -f2)
|
||||
bash ./release/container/downloadAssets.sh $VERSION $v2Arch $containerArch $v2Variant
|
||||
buildah bud \
|
||||
$(formatEach "--tag $image:{}" $variantTags) \
|
||||
--file ./release/container/Containerfile \
|
||||
--platform linux/$containerArch \
|
||||
--timestamp $timestamp \
|
||||
--squash \
|
||||
./context/linux/$containerArch/$v2Variant
|
||||
for tag in $variantTags; do
|
||||
buildah bud \
|
||||
--manifest $image:$tag \
|
||||
--file ./release/container/Containerfile \
|
||||
--platform linux/$containerArch \
|
||||
--timestamp $timestamp \
|
||||
--squash \
|
||||
./context/linux/$containerArch/$v2Variant
|
||||
done
|
||||
done
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user