Skip to content

Commit

Permalink
build job sidecar in amd and arm
Browse files Browse the repository at this point in the history
  • Loading branch information
d-g-town committed Feb 1, 2024
1 parent 54186bc commit f33170f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_services.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: build
name: release_services

on:
push:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
with:
context: services/${{ matrix.apps.name }}
platforms: linux/amd64,linux/arm64
push: true
push: github.ref == 'refs/heads/master'
tags: |
ghcr.io/porter-dev/${{ matrix.apps.name }}:${{ steps.vars.outputs.sha_short }}
ghcr.io/porter-dev/${{ matrix.apps.name }}:latest

0 comments on commit f33170f

Please sign in to comment.