mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-27 05:21:58 +00:00
added arm64...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
3fe668ea1d
commit
6edb15e1d2
8
.github/workflows/viewer-build.yml
vendored
8
.github/workflows/viewer-build.yml
vendored
@ -45,10 +45,10 @@ jobs:
|
|||||||
# fixes an issue when running npx sandboxing...
|
# fixes an issue when running npx sandboxing...
|
||||||
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
|
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
|
||||||
|
|
||||||
#- name: MacOS-specific
|
- name: MacOS-specific
|
||||||
# if: ${{ matrix.os == 'macos-latest' }}
|
if: ${{ matrix.os == 'macos-latest' }}
|
||||||
# run: |
|
run: |
|
||||||
# echo
|
echo
|
||||||
|
|
||||||
|
|
||||||
#- name: Env
|
#- name: Env
|
||||||
|
|||||||
@ -300,6 +300,9 @@ else
|
|||||||
ifeq ($(shell uname -m),x86_64)
|
ifeq ($(shell uname -m),x86_64)
|
||||||
ARCH ?= x64
|
ARCH ?= x64
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(shell uname -m),arm64)
|
||||||
|
ARCH ?= arm64
|
||||||
|
endif
|
||||||
ifneq ($(filter %86,$(shell uname -p)),)
|
ifneq ($(filter %86,$(shell uname -p)),)
|
||||||
ARCH ?= ia32
|
ARCH ?= ia32
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user