Skip to content

Commit

Permalink
drop arm7 version
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Dec 28, 2021
1 parent 1c3fe55 commit 68b639c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
echo ${DOCKER_HUB_TOKEN} | docker login -u ${USERNAME} --password-stdin
docker buildx build --push \
--build-arg CI=github --build-arg GITHUB_SHA=${GITHUB_SHA} --build-arg GIT_BRANCH=${ref} \
--platform linux/amd64,linux/arm/v7,linux/arm64 \
--platform linux/amd64,linux/arm64 \
-t ghcr.io/${USERNAME}/dkll:${ref} -t ${USERNAME}/dkll:${ref} .
- name: deploy tagged (latest) to ghcr.io and dockerhub
Expand All @@ -95,6 +95,6 @@ jobs:
echo ${DOCKER_HUB_TOKEN} | docker login -u ${USERNAME} --password-stdin
docker buildx build --push \
--build-arg CI=github --build-arg GITHUB_SHA=${GITHUB_SHA} --build-arg GIT_BRANCH=${ref} \
--platform linux/amd64,linux/arm/v7,linux/arm64 \
--platform linux/amd64,linux/arm64 \
-t ghcr.io/${USERNAME}/dkll:${ref} -t ghcr.io/${USERNAME}/dkll:latest \
-t ${USERNAME}/dkll:${ref} -t ${USERNAME}/sys-agent:latest .

0 comments on commit 68b639c

Please sign in to comment.