Skip to content

Commit

Permalink
ci: Fix workflow and use even larger runner
Browse files Browse the repository at this point in the history
  • Loading branch information
WIStudent committed Mar 18, 2024
1 parent 4da492b commit 4150263
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest-l
runs-on: ubuntu-latest-xxl
steps:
- uses: actions/checkout@v4

Expand All @@ -22,6 +22,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: false
load: true
tags: deno-arm-amazon-linux-2
build-args: DENO_VERSION=${{ inputs.deno-version }}
platforms: linux/arm64
Expand Down

0 comments on commit 4150263

Please sign in to comment.