update build process

This commit is contained in:
Hayden 2022-09-08 15:49:06 -08:00
parent de8fb2033d
commit bf2ad30609
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ jobs:
- name: build the image
run: |
docker build --push --no-cache \
docker build --push \
--tag ghcr.io/hay-kot/homebox:nightly \
--build-arg COMMIT=$(git rev-parse HEAD) \
--platform linux/amd64 .
--platform linux/amd64,linux/arm64,linux/arm/v7 .