mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +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
|
@ -1,10 +1,17 @@
|
|||
node_modules/
|
||||
.run
|
||||
.gitignore
|
||||
.github
|
||||
.dev
|
||||
config.toml
|
||||
.goreleaser.yml
|
||||
Dockerfile
|
||||
Dockerfile.ci
|
||||
docker-compose.yml
|
||||
README.md
|
||||
bin
|
||||
config
|
||||
web/node_modules
|
||||
web/build
|
||||
test
|
||||
web/*
|
||||
!web/build*
|
||||
#!web/build.go
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue