Skip to content

Commit

Permalink
add arm64 support
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Bowling <jesse.bowling@duke.edu>
  • Loading branch information
Jesse Bowling committed Nov 17, 2020
1 parent 88f9920 commit 63112a4
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 @@ -37,7 +37,7 @@ jobs:
id: prepare
run: |
DOCKER_IMAGE=stingar/rdphoney
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 63112a4

Please sign in to comment.