Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Bump to the next instance size (24GB RAM)
Browse files Browse the repository at this point in the history
Also don't upload the release artefact in the workflow
  • Loading branch information
LukeChannings authored Feb 4, 2023
1 parent c6fdfd5 commit 937de4c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-deno.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
compile:
runs-on:
- self-hosted
- buildjet-8vcpu-ubuntu-2204-arm
- buildjet-16vcpu-ubuntu-2204-arm
needs: metadata
name: "Compile"
steps:
Expand All @@ -49,10 +49,6 @@ jobs:
docker cp "${CONTAINER_ID}:/deno/target/release/deno" .
docker rm "${CONTAINER_ID}"
zip deno-linux-arm64.zip ./deno
- uses: actions/upload-artifact@v3
with:
name: deno-linux-arm64.zip
path: ./deno-linux-arm64.zip
- name: Upload Release Asset
id: upload-release-asset-deno
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 937de4c

Please sign in to comment.