mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
build(docker): add multiarch build for ARM, ARM64 and AMD64 (#378)
* Update Docker workflow add buildx and qemu to support mulitarch builds configure arm, arm64 and amd64 builds * Change yarn timeout fixes issue with yarn install timing out * chore: update gitignore * chore: add gitignore for web dir * chore(web): upgrade to yarn2 * build: update actions and push docker hub * build: add yarnrc and network-timeout * build: unifi workflow * build: depend on web to build first * build: store artifacts between jobs * build: store artifacts between jobs * build: store artifacts between jobs * build: store artifacts between jobs * build: adjust dockerignore * build: conditional extract metadata * build: conditional extract metadata * build: always push docker hub * build: skip docker hub for now * build: fix metadata
This commit is contained in:
parent
98ae6da6ca
commit
22829b194f
11 changed files with 14564 additions and 9459 deletions
39
web/.gitignore
vendored
Normal file
39
web/.gitignore
vendored
Normal file
|
@ -0,0 +1,39 @@
|
|||
# Logs and databases #
|
||||
######################
|
||||
*.log
|
||||
*.sql
|
||||
*.sqlite
|
||||
*.db
|
||||
*.db-shm
|
||||
*.db-wal
|
||||
*.db*
|
||||
|
||||
# OS generated files #
|
||||
######################
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# Other
|
||||
.idea
|
||||
.pnp.*
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
node_modules/
|
||||
web/build
|
||||
bin/
|
||||
log/
|
||||
dist/
|
||||
# If needed, package-lock.json shall be added
|
||||
# manually using an explicit git add command.
|
||||
package-lock.json
|
||||
# Ditto for yarn, except we're using npm.
|
||||
yarn.lock
|
783
web/.yarn/releases/yarn-3.2.2.cjs
vendored
Executable file
783
web/.yarn/releases/yarn-3.2.2.cjs
vendored
Executable file
File diff suppressed because one or more lines are too long
2
web/.yarnrc.yml
Normal file
2
web/.yarnrc.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
yarnPath: .yarn/releases/yarn-3.2.2.cjs
|
||||
nodeLinker: node-modules
|
|
@ -66,5 +66,6 @@
|
|||
"postcss": "^8.4.14",
|
||||
"tailwindcss": "^3.1.3",
|
||||
"typescript": "^4.7.3"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@3.2.2"
|
||||
}
|
||||
|
|
22908
web/yarn.lock
22908
web/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue