Skip to content

Commit 4868eb1

Browse files
committed
makefile: removed "v8" spec from "arm64" platform
Signed-off-by: Alexander Piskun <[email protected]>
1 parent da908b6 commit 4868eb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ help:
2626
.PHONY: build-push
2727
build-push:
2828
docker login ghcr.io
29-
docker buildx create --name $(APP_ID) --driver docker-container --platform linux/amd64,linux/arm64/v8 --use || true
30-
docker buildx build --push --platform linux/arm64/v8,linux/amd64 --tag ghcr.io/nextcloud/$(APP_ID):$(APP_VERSION) --tag ghcr.io/nextcloud/$(APP_ID):latest .
29+
docker buildx create --name $(APP_ID) --driver docker-container --platform linux/amd64,linux/arm64 --use || true
30+
docker buildx build --push --platform linux/arm64,linux/amd64 --tag ghcr.io/nextcloud/$(APP_ID):$(APP_VERSION) --tag ghcr.io/nextcloud/$(APP_ID):latest .
3131

3232
.PHONY: run
3333
run:

0 commit comments

Comments
 (0)