Skip to content

Commit

Permalink
Enable linux/386 docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Aug 16, 2024
1 parent 6ab61f0 commit f92ecf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nigthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
tag: ["nightly-${{needs.setup_and_check_pub.outputs.date}}", nightly]
with:
tag: ${{ matrix.tag }}
platforms: "linux/amd64,linux/arm64"
platforms: "linux/amd64,linux/arm64,linux/386"
8 changes: 3 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
platforms:
description: 'Platforms - Comma separated list of the platforms to support.'
required: true
default: linux/amd64,linux/arm64
default: linux/amd64,linux/arm64,linux/386
type: string
ref:
description: 'Optional - The branch, tag or SHA to checkout.'
Expand All @@ -26,16 +26,14 @@ on:
type: string
platforms:
required: true
default: linux/amd64,linux/arm64
default: linux/amd64,linux/arm64,linux/386
type: string
ref:
required: false
type: string

env:
# linux/386 platform support has been disabled pending a permanent fix for https://github.com/hyperledger/aries-cloudagent-python/issues/2124
# PLATFORMS: ${{ inputs.platforms || 'linux/amd64,linux/arm64,linux/386' }}
PLATFORMS: ${{ inputs.platforms || 'linux/amd64,linux/arm64' }}
PLATFORMS: ${{ inputs.platforms || 'linux/amd64,linux/arm64,linux/386' }}

jobs:
publish-image:
Expand Down

0 comments on commit f92ecf5

Please sign in to comment.