Skip to content

Commit

Permalink
removed ARM linux until serial port issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kglovern committed Aug 26, 2022
1 parent 669bac4 commit fc84fd0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ branches:

environment:
matrix:
- job_name: Linux build (arm)
appveyor_build_worker_image: Ubuntu2004
nodejs_version: "14"
ARCH: arm
#- job_name: Linux build (arm)
# appveyor_build_worker_image: Ubuntu2004
# nodejs_version: "14"
# ARCH: arm
- job_name: Windows build (x86)
appveyor_build_worker_image: Visual Studio 2019
nodejs_version: "14"
Expand Down Expand Up @@ -388,7 +388,7 @@ for:
PACKAGE_NAME=`node -e "console.log(require('./src/package.json').name)"`
PACKAGE_VERSION=`node -e "console.log(require('./src/package.json').version)"`
PRODUCT_NAME=gSender
yarn build:macos-arm64npm
yarn build:macos-arm64npm
ls -al output output/*
mkdir -p releases/macos
cp -af "output/${PRODUCT_NAME}-${PACKAGE_VERSION}.dmg" "releases/macos/${PACKAGE_NAME}-${PACKAGE_VERSION}-macos.arm64npm .dmg"
Expand Down

0 comments on commit fc84fd0

Please sign in to comment.