labels: realm: lab when: - event: [push, tag, manual, pull_request] steps: build: #image: node:lts image: node:18.20.2 commands: - | echo 'deb [trusted=yes] https://repo.goreleaser.com/apt/ /' | tee /etc/apt/sources.list.d/goreleaser.list apt-get update apt-get install -y nfpm apt-get install -y build-essential \ ca-certificates \ curl \ dbus \ g++ \ gettext\ git \ gnupg \ jq \ libgbm1 \ libgtk-3-0 \ libkrb5-dev \ libsecret-1-dev \ libx11-dev \ libxkbfile-dev \ libxss1 \ pkg-config \ python-is-python3 \ python3 \ rsync \ xvfb - yarn install - yarn build - export VERSION='0.0.0' && yarn build:vscode - yarn release - yarn release:standalone - yarn package - ls -la - ls -la release/* - ls -la release-standalone/* - ls -la release-packages/* - ls -la out/*