Skip to content

Commit

Permalink
update: build platform, bump package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thepsalmist committed Nov 18, 2024
1 parent 082ddf5 commit 5719dca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ jobs:
if: steps.version-check.outputs.changed == 'true'
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
# TO_DO: Xavier - yarn build fails for linux/amd64
platforms: linux/arm64
build-args: |
NEXT_PUBLIC_APP_URL=${{ env.NEXT_PUBLIC_APP_URL }}
NEXT_PUBLIC_APP_API_BASE_URL=${{ env.NEXT_PUBLIC_APP_API_BASE_URL }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sensors.africa",
"description": "sensors.AFRICA",
"version": "0.4.29",
"version": "0.4.30",
"private": true,
"main": "index.js",
"homepage": "https://sensors.africa/",
Expand Down

0 comments on commit 5719dca

Please sign in to comment.