We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d5a87 commit 61def1bCopy full SHA for 61def1b
.github/workflows/release.yml
@@ -36,10 +36,8 @@ jobs:
36
include:
37
- vscode_arch: x64
38
npm_arch: x64
39
- deps_container: gitpod/openvscode-server-linux-build-agent:centos7-devtoolset8-x64
40
- vscode_arch: arm64
41
npm_arch: arm64
42
- deps_container: gitpod/openvscode-server-linux-build-agent:centos7-devtoolset8-arm64
43
- vscode_arch: armhf
44
npm_arch: arm
45
@@ -56,6 +54,13 @@ jobs:
56
54
- name: Set up QEMU
57
55
uses: docker/setup-qemu-action@v3
58
+ - name: Set up swap
+ uses: thejerrybao/setup-swap-space@466d59798fb9263b9c2331c83cf71f9b7bfd0c78
59
+ with:
60
+ swap-space-path: /swapfile
61
+ swap-size-gb: 16
62
+ remove-existing-swap-files: true
63
+
64
- uses: actions/checkout@v4
65
with:
66
repository: ${{ github.repository_owner }}/openvscode-server
0 commit comments