Skip to content

Commit

Permalink
add arm64 support
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Bowling <[email protected]>
  • Loading branch information
Jesse Bowling committed Nov 17, 2020
1 parent 0782ceb commit 63c7c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
DOCKER_IMAGE=stingar/dionaea
DOCKER_PLATFORMS=linux/amd64,linux/arm/v7,linux/arm/v8
DOCKER_PLATFORMS=linux/amd64,linux/arm/v7,linux/arm/v8,linux/arm64
VERSION=${GITHUB_REF##*/}
if [[ $GITHUB_REF == refs/tags/* ]]; then
Expand Down

0 comments on commit 63c7c03

Please sign in to comment.