Skip to content

Commit

Permalink
fix: add back and fix arm/v8
Browse files Browse the repository at this point in the history
  • Loading branch information
MauriceNino committed Dec 14, 2023
1 parent 6408997 commit 4284cf2
Show file tree
Hide file tree
Showing 24 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64
platforms: linux/amd64,linux/arm64/v8
target: prod
push: true
build-args: |
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ supportedArchitectures:
- 'win32'
cpu:
- 'x64'
- 'x86'
- 'arm'
- 'arm64'
- 'ia32'
libc:
- 'glibc'
Expand Down

0 comments on commit 4284cf2

Please sign in to comment.