Skip to content

Commit

Permalink
feat(ci): add riscv to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness4 committed Oct 23, 2023
1 parent d2c1d67 commit c015e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ docker-static:
podman manifest rm ghcr.io/darkness4/fc2-live-dl-go:latest || true
podman build \
--manifest ghcr.io/darkness4/fc2-live-dl-go:latest \
--jobs=2 --platform=linux/amd64,linux/arm64/v8 \
--jobs=2 --platform=linux/amd64,linux/arm64/v8,linux/riscv64 \
-f Dockerfile.static .
podman manifest push --all ghcr.io/darkness4/fc2-live-dl-go:latest "docker://ghcr.io/darkness4/fc2-live-dl-go:latest"
podman manifest push --all ghcr.io/darkness4/fc2-live-dl-go:latest "docker://ghcr.io/darkness4/fc2-live-dl-go:${VERSION_NO_V}-${RELEASE}"
Expand Down

0 comments on commit c015e8f

Please sign in to comment.