Skip to content

Commit

Permalink
Merge pull request #40 from wearefuturegov/feature/platforms-for-build
Browse files Browse the repository at this point in the history
Add in additional platforms for the outpost-api-image
  • Loading branch information
apricot13 authored Jun 11, 2024
2 parents 8c54119 + 932ef94 commit 4cd0a1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/outpost-api-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
push-outpost-api-image:
runs-on: ubuntu-latest
strategy:
matrix:
platforms: ["linux/amd64", "linux/arm64", "linux/arm64/v8"]
steps:
- name: "Checkout GitHub Action"
uses: actions/checkout@main
Expand Down

0 comments on commit 4cd0a1b

Please sign in to comment.