1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-29 22:41:16 +01:00

Revert "Updates with UPX with cross compile (#1817)"

This reverts commit 400cef767f.
This commit is contained in:
Amir Raminfar
2022-07-21 16:48:38 -07:00
parent 3db0ad42fe
commit 486bcec363
2 changed files with 2 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ jobs:
uses: docker/build-push-action@v3.1.0
with:
push: true
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }}
build-args: TAG=${{ steps.meta.outputs.version }}
labels: ${{ steps.meta.outputs.labels }}