Skip to content

Commit

Permalink
Updated CI to include arm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
SEQUOIIA committed Jul 31, 2024
1 parent 991d932 commit 82850e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
with:
context: .
push: true
platforms: "linux/amd64,linux/arm64"
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/image-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
with:
context: .
push: true
platforms: "linux/amd64,linux/arm64"
tags: dfdsdk/pgup:${{github.ref_name}}

0 comments on commit 82850e6

Please sign in to comment.