Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
drop support of armv6 and arm64
  • Loading branch information
seppi91 authored and jojo141185 committed Aug 22, 2020
1 parent 72f43f2 commit c4f0551
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 @@ -30,7 +30,7 @@ jobs:
id: prepare
run: |
DOCKER_IMAGE=seppi91/iris
DOCKER_PLATFORMS=linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386
DOCKER_PLATFORMS=linux/amd64,linux/arm/v7,linux/386
VERSION=edge
if [[ $GITHUB_REF == refs/tags/* ]]; then
Expand Down

0 comments on commit c4f0551

Please sign in to comment.