Disable Arm64 CI build, Deno appears to have a bug there

This commit is contained in:
Bruno Bernardino 2025-09-26 20:35:39 +01:00
parent afd0c3c63f
commit ab4cb498a2
No known key found for this signature in database
GPG key ID: D1B0A69ADD114ECE
2 changed files with 2 additions and 3 deletions

View file

@ -46,7 +46,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
# platforms: linux/amd64,linux/arm64 (currenly disabled because of some Deno bug on arm64)
platforms: linux/amd64
context: .
file: ./Dockerfile
push: true

View file

@ -9,8 +9,6 @@ WORKDIR /app
# These steps will be re-run upon each file change in your working directory:
ADD . /app
RUN rm -fr node_modules _fresh
# Build fresh
RUN deno task build