mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
release: fix architecture for OCI images
PR: 283260 MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D48051
This commit is contained in:
parent
f6575ed0de
commit
e2fc29e539
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ else
|
|||
base_image=scratch
|
||||
fi
|
||||
|
||||
c=$(buildah from ${base_image})
|
||||
c=$(buildah from --arch ${arch} ${base_image})
|
||||
m=$(buildah mount $c)
|
||||
oci_image_build
|
||||
buildah unmount $c
|
||||
|
|
|
|||
Loading…
Reference in a new issue