mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
chore: add mac M1 support
Change-Id: I53b007045762e6ecc5c7675abda8c28c2e507426 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
parent
7473dbcbec
commit
c41db0b78a
1 changed files with 9 additions and 0 deletions
|
|
@ -36,6 +36,15 @@ const config = {
|
|||
'packages/**/dist/**',
|
||||
'extensions/**/builtin/*.cdix/**',
|
||||
],
|
||||
mac: {
|
||||
target: {
|
||||
target: 'default',
|
||||
arch: [
|
||||
'x64',
|
||||
'arm64'
|
||||
]
|
||||
},
|
||||
},
|
||||
dmg: {
|
||||
contents: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue