KASM-2042 Removing Sublimetext arm64 build

- Removal due to a current limitation on glibc version with ubuntu 18.04
This commit is contained in:
Justin Travis 2021-11-09 14:15:18 -05:00
parent 7784df32d6
commit abd7d59e13
2 changed files with 8 additions and 1 deletions

View File

@ -4,7 +4,7 @@ services:
variables:
DOCKER_AUTH_CONFIG: ${_DOCKER_AUTH_CONFIG}
PLATFORM: "linux/amd64"
ARM_BUILDS: ",chromium,firefox,gimp,rdesktop,remmina,sublime-text,terminal,ubuntu-bionic-desktop,vlc,vs-code,"
ARM_BUILDS: ",chromium,firefox,gimp,rdesktop,remmina,terminal,ubuntu-bionic-desktop,vlc,vs-code,"
stages:
- build

View File

@ -1,5 +1,12 @@
#!/usr/bin/env bash
set -ex
ARCH=$(arch | sed 's/aarch64/arm64/g' | sed 's/x86_64/amd64/g')
if [ "$ARCH" == "arm64" ] ; then
echo "Sublimetext not supported on arm64, skipping installation"
exit 0
fi
apt-get update
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | apt-key add -
apt-get install -y apt-transport-https