build linux/arm64/v8

This commit is contained in:
Deepak Prabhakara 2022-12-08 15:44:50 +00:00
parent 8c0c2cae93
commit 512cfda4f3
3 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,7 @@ jobs:
with:
context: ./
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v8
platforms: linux/amd64,linux/arm64,linux/arm64/v8
push: true
tags: ${{ github.repository }}:latest,${{ github.repository }}:${{ steps.slug.outputs.sha7 }},${{ github.repository }}:${{ steps.npmversion.outputs.npmversion }}

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "mock-saml",
"version": "1.0.5",
"version": "1.0.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mock-saml",
"version": "1.0.5",
"version": "1.0.6",
"license": "Apache 2.0",
"dependencies": {
"@boxyhq/saml20": "1.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "mock-saml",
"version": "1.0.5",
"version": "1.0.6",
"description": "Mock SAML is a free SAML 2.0 Identity Provider for testing SAML SSO integrations.",
"private": true,
"license": "Apache 2.0",