Skip to content

Commit

Permalink
don't really need arm v8
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakprabhakara committed Dec 8, 2022
1 parent 512cfda commit 9eafdee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
context: ./
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm64/v8
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ github.repository }}:latest,${{ github.repository }}:${{ steps.slug.outputs.sha7 }},${{ github.repository }}:${{ steps.npmversion.outputs.npmversion }}

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mock-saml",
"version": "1.0.6",
"version": "1.0.7",
"description": "Mock SAML is a free SAML 2.0 Identity Provider for testing SAML SSO integrations.",
"private": true,
"license": "Apache 2.0",
Expand Down

0 comments on commit 9eafdee

Please sign in to comment.