Skip to content

Commit

Permalink
Build multiplatform.
Browse files Browse the repository at this point in the history
  • Loading branch information
hammingweight committed Apr 27, 2024
1 parent e7e0fc3 commit a951ec9
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/build-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,17 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_NAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push hello-server
uses: docker/build-push-action@v5
with:
context: containers/hello-server
platforms: linux/amd64,linux/arm64
push: true
tags: hammingweight/hello-server:1.0.2
- name: Build and push FIM sidecar
uses: docker/build-push-action@v5
with:
context: containers/fim
platforms: linux/amd64,linux/arm64
push: true
tags: hammingweight/fim:1.0.1

0 comments on commit a951ec9

Please sign in to comment.