Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
nschimme committed Dec 8, 2024
1 parent 9185128 commit 1c2e1d8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ image:
# AppVeyor builds are ordered by the image list:
- Visual Studio 2019
- macos-monterey
- Ubuntu2004
- Ubuntu1804
- Ubuntu2204
- Visual Studio 2022

Expand All @@ -50,9 +50,9 @@ matrix:
COMPILER: GCC
- image: Visual Studio 2019
COMPILER: MSVC
- image: Ubuntu2004
- image: Ubuntu1804
COMPILER: MinGW
- image: Ubuntu2004
- image: Ubuntu1804
COMPILER: MSVC
- image: Ubuntu2204
COMPILER: MinGW
Expand All @@ -65,7 +65,7 @@ matrix:
- image: macos-monterey
COMPILER: MSVC
# Following builds are disabled to prevent build timeouts
- image: Ubuntu2004
- image: Ubuntu1804
COMPILER: Clang
- image: Ubuntu2204
COMPILER: Clang
Expand All @@ -74,15 +74,15 @@ matrix:
- image: Visual Studio 2022
COMPILER: MSVC
# Following builds are not supported by AppImage
- image: Ubuntu2004
- image: Ubuntu1804
ARCH: arm64

for:
# Ubuntu (AppImage)
-
matrix:
only:
- image: Ubuntu2004
- image: Ubuntu1804

clone_folder: ~/mmapper

Expand Down Expand Up @@ -131,7 +131,7 @@ for:

init:
- sh: echo _NPROCESSORS_ONLN=$(getconf _NPROCESSORS_ONLN)
- sh: if [[ $ARCH == x64 ]]; then export DOCKER_IMAGE=multiarch/ubuntu-debootstrap:amd64-focal ; fi
- sh: if [[ $ARCH == x64 ]]; then export DOCKER_IMAGE=ubuntu:focal ; fi
- sh: if [[ $ARCH == x64 ]]; then export TARGET_ARCHITECTURE=amd64 ; fi
- sh: if [[ $ARCH == arm64 ]]; then export DOCKER_IMAGE=multiarch/debian-debootstrap:arm64-bookworm ; fi
- sh: if [[ $ARCH == arm64 ]]; then export TARGET_ARCHITECTURE=arm64 ; fi
Expand Down

0 comments on commit 1c2e1d8

Please sign in to comment.