Skip to content

Commit

Permalink
Skipped arm64 build as missing build steps for node-pre-gyp building …
Browse files Browse the repository at this point in the history
…isolated-vm
  • Loading branch information
chawalit-t committed Apr 19, 2024
1 parent f93da17 commit 5d06ac3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ jobs:
name: Build Images
runs-on: ubuntu-latest
steps:
- name: Install build deps
run: |
sudo apt install g++ make python3
- name: Checkout repository
uses: actions/checkout@v3

Expand Down Expand Up @@ -93,7 +89,7 @@ jobs:
file: ./Dockerfile
tags: ${{ env.GHCR_IMAGE }}:${{ env.VERSION }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
Expand Down

0 comments on commit 5d06ac3

Please sign in to comment.