Skip to content

Commit

Permalink
feat(docker): Add support for ARM (#280)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Bouter <jb@warpnet.nl>
  • Loading branch information
jbouter authored Mar 1, 2022
1 parent 8d9f58a commit 3396680
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-release-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
TAGS="warpnetbv/salt-lint:edge"
echo ::set-output name=release_tag::${RELEASE_TAG}
echo ::set-output name=tags::${TAGS}
- name: Login to Dockerhub
uses: docker/login-action@v1
with:
Expand All @@ -40,3 +41,6 @@ jobs:
with:
push: true
tags: ${{ steps.prep.outputs.tags }}
platforms: |-
linux/amd64
linux/arm64
4 changes: 4 additions & 0 deletions .github/workflows/docker-release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
TAGS="warpnetbv/salt-lint:${GITHUB_REF#refs/*/},warpnetbv/salt-lint:latest"
echo ::set-output name=release_tag::${RELEASE_TAG}
echo ::set-output name=tags::${TAGS}
- name: Login to Dockerhub
uses: docker/login-action@v1
with:
Expand All @@ -40,3 +41,6 @@ jobs:
with:
push: true
tags: ${{ steps.prep.outputs.tags }}
platforms: |-
linux/amd64
linux/arm64

0 comments on commit 3396680

Please sign in to comment.