mirror of
https://github.com/fosrl/olm.git
synced 2026-02-07 21:46:40 +00:00
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -1,5 +1,8 @@
|
|||||||
name: Run Tests
|
name: Run Tests
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
@@ -30,4 +33,4 @@ jobs:
|
|||||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: make dev-build
|
run: make docker-build-release tag="latest"
|
||||||
|
|||||||
3
Makefile
3
Makefile
@@ -56,6 +56,3 @@ go-build-release-darwin-amd64:
|
|||||||
|
|
||||||
go-build-release-windows-amd64:
|
go-build-release-windows-amd64:
|
||||||
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o bin/olm_windows_amd64.exe
|
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o bin/olm_windows_amd64.exe
|
||||||
|
|
||||||
dev-build:
|
|
||||||
docker build -t fosrl/olm:latest .
|
|
||||||
|
|||||||
Reference in New Issue
Block a user