Skip to content

Commit

Permalink
Merge branch 'jonas/pjs-2065-support-multiple-docker-image-architectu…
Browse files Browse the repository at this point in the history
…res' into rc
  • Loading branch information
jonasgloning committed Apr 27, 2024
2 parents 9457cc2 + d043670 commit fd16d4c
Show file tree
Hide file tree
Showing 5 changed files with 10,357 additions and 14,232 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,12 @@ npm-debug.log
.idea
.cache
.vscode

# YARN
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
9 changes: 9 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
nodeLinker: node-modules
supportedArchitectures:
os:
- linux
- darwin
- win32
cpu:
- x64
- arm64
Loading

0 comments on commit fd16d4c

Please sign in to comment.