update build process

This commit is contained in:
Hayden 2022-09-08 15:49:06 -08:00
parent de8fb2033d
commit bf2ad30609

View file

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