mirror of
https://github.com/rommapp/romm.git
synced 2026-06-29 07:16:28 +00:00
github workflow image build fixed
This commit is contained in:
1
.github/actions/build.sh
vendored
1
.github/actions/build.sh
vendored
@@ -1,5 +1,4 @@
|
||||
if [[ $GIT_BRANCH -eq 'develop' ]]; then VERSION=dev-$VERSION; fi
|
||||
docker buildx build --push\
|
||||
--tag zurdi15/romm:latest --tag zurdi15/romm:${VERSION}\
|
||||
# --platform linux/arm64,linux/amd64 . --file ./docker/Dockerfile
|
||||
--platform linux/arm64 . --file ./docker/Dockerfile
|
||||
Reference in New Issue
Block a user