Skip to content

Commit

Permalink
wip - DO NOT MERGE
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Iorio <[email protected]>
  • Loading branch information
giorio94 committed Jun 26, 2024
1 parent 4a59c20 commit d420695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
context: ${{ matrix.context }}
file: ${{ matrix.dockerfile }}
push: ${{ github.event_name == 'push' }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: |
quay.io/${{ github.repository_owner }}/${{ matrix.name }}:${{ github.event.pull_request.head.sha || github.sha }}
2 changes: 1 addition & 1 deletion cmapisrv-mock/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tests:
go test -mod=vendor ./...

cmapisrv-mock:
CGO_ENABLED=0 go build -mod=vendor -o $@ *.go
CGO_ENABLED=0 go build -mod=vendor -a -v -o $@ *.go

local: cmapisrv-mock
strip cmapisrv-mock
Expand Down

0 comments on commit d420695

Please sign in to comment.