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

Commit fb0eae6

Browse files
committed
feat: also build armv7 image
Build image for armv7 platform (#63).
1 parent b00da3d commit fb0eae6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
3333
dockerhub-password: ${{ secrets.DOCKERHUB_TOKEN }}
3434
variant: kelly
35-
platforms: linux/amd64,linux/arm64
35+
platforms: linux/amd64,linux/arm64,linux/arm/v7
3636
build-args: |
3737
BASE_IMAGE=alpine-base
3838
VARIANT=kelly
@@ -44,7 +44,7 @@ jobs:
4444
dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
4545
dockerhub-password: ${{ secrets.DOCKERHUB_TOKEN }}
4646
init: false
47-
platforms: linux/amd64,linux/arm64
47+
platforms: linux/amd64,linux/arm64,linux/arm/v7
4848
build-args: |
4949
BASE_IMAGE=alpine-font
5050
VARIANT=''

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shopee-coins-bot",
3-
"version": "1.3.0",
3+
"version": "1.3.1-alpha.0",
44
"description": "Get Shopee coins everyday",
55
"scripts": {
66
"build": "webpack",

0 commit comments

Comments
 (0)