Skip to content

Commit

Permalink
catalyst.yaml: Build docker images for multiple platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpotter92 committed Jul 12, 2022
1 parent aad2be0 commit 20bc6d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/catalyst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v3
with:
platforms: linux/amd64, linux/arm64
push: true
build-args: |
GIT_VERSION=${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ box:
project: mistserver
release: catalyst
skipGpg: true
skipChecksum: true
# skipChecksum: true

- name: www
strategy:
Expand Down

0 comments on commit 20bc6d7

Please sign in to comment.