Skip to content

Commit

Permalink
Adding cross-platform build as part of push steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jkueh committed Sep 11, 2024
1 parent 51a73db commit e7906cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ jobs:
- name: Build and push to local test registry
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64,darwin/arm64
push: true
tags: localhost:5000/${{github.repository}}:${{github.sha}}
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ^1.19
go-version: ^1.23
id: go
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit e7906cf

Please sign in to comment.