Skip to content

Commit

Permalink
lets not build for legacy platforms...
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberworm-uk authored Oct 8, 2024
1 parent d463bd5 commit e60813d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
SOURCE_DATE_EPOCH: 0
with:
context: torbase/
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64/v8
push: true
tags: |
${{ env.REGISTRY }}/${{ github.actor }}/torbase:latest
Expand All @@ -70,7 +70,7 @@ jobs:
SOURCE_DATE_EPOCH: 0
with:
context: torproxy/
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64/v8
push: true
tags: |
${{ env.REGISTRY }}/${{ github.actor }}/torproxy:latest
Expand All @@ -93,7 +93,7 @@ jobs:
SOURCE_DATE_EPOCH: 0
with:
context: lyrebird/
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64/v8
push: true
tags: |
${{ env.REGISTRY }}/${{ github.actor }}/lyrebird:latest
Expand All @@ -114,7 +114,7 @@ jobs:
SOURCE_DATE_EPOCH: 0
with:
context: obfs4-proxy/
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64/v8
push: true
tags: |
${{ env.REGISTRY }}/${{ github.actor }}/obfs4-proxy:latest
Expand All @@ -137,7 +137,7 @@ jobs:
SOURCE_DATE_EPOCH: 0
with:
context: obfs4-bridge/
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64/v8
push: true
tags: |
${{ env.REGISTRY }}/${{ github.actor }}/obfs4-bridge:latest
Expand All @@ -158,7 +158,7 @@ jobs:
SOURCE_DATE_EPOCH: 0
with:
context: snowflake/
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64/v8
push: true
tags: |
${{ env.REGISTRY }}/${{ github.actor }}/snowflake:latest
Expand All @@ -179,7 +179,7 @@ jobs:
SOURCE_DATE_EPOCH: 0
with:
context: snowflake-proxy/
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64/v8
push: true
tags: |
${{ env.REGISTRY }}/${{ github.actor }}/snowflake-proxy:latest
Expand All @@ -200,7 +200,7 @@ jobs:
SOURCE_DATE_EPOCH: 0
with:
context: snowflake-standalone/
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64/v8
push: true
tags: |
${{ env.REGISTRY }}/${{ github.actor }}/snowflake-standalone:latest
Expand Down

0 comments on commit e60813d

Please sign in to comment.