mirror of
https://github.com/fosrl/olm.git
synced 2026-02-08 05:56:41 +00:00
add docker build dev
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -39,4 +39,4 @@ jobs:
|
||||
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
|
||||
|
||||
- name: Build Docker image
|
||||
run: make docker-build-release tag="latest"
|
||||
run: make docker-build-dev
|
||||
|
||||
6
Makefile
6
Makefile
@@ -17,6 +17,12 @@ docker-build-release:
|
||||
-f Dockerfile \
|
||||
--push
|
||||
|
||||
docker-build-dev:
|
||||
docker buildx build . \
|
||||
--platform linux/arm/v7,linux/arm64,linux/amd64 \
|
||||
-t fosrl/olm:latest \
|
||||
-f Dockerfile
|
||||
|
||||
.PHONY: go-build-release \
|
||||
go-build-release-linux-arm64 go-build-release-linux-arm32-v7 \
|
||||
go-build-release-linux-arm32-v6 go-build-release-linux-amd64 \
|
||||
|
||||
Reference in New Issue
Block a user