Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
feat: also build armv7 image
Browse files Browse the repository at this point in the history
Build image for armv7 platform (#63).
  • Loading branch information
wdzeng committed Jul 11, 2023
1 parent b00da3d commit fb0eae6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub-password: ${{ secrets.DOCKERHUB_TOKEN }}
variant: kelly
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
build-args: |
BASE_IMAGE=alpine-base
VARIANT=kelly
Expand All @@ -44,7 +44,7 @@ jobs:
dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub-password: ${{ secrets.DOCKERHUB_TOKEN }}
init: false
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
build-args: |
BASE_IMAGE=alpine-font
VARIANT=''
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shopee-coins-bot",
"version": "1.3.0",
"version": "1.3.1-alpha.0",
"description": "Get Shopee coins everyday",
"scripts": {
"build": "webpack",
Expand Down

0 comments on commit fb0eae6

Please sign in to comment.