Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
noituri committed Dec 11, 2024
1 parent 504dac7 commit a4cde81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/package_for_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@ jobs:
- name: 🔨 Build Smelter image
run: |
docker buildx build --platform linux/amd64 -t ghcr.io/software-mansion/smelter:${{ github.sha }} -f build_tools/docker/slim.Dockerfile .
docker buildx build --platform linux/amd64 -t ghcr.io/software-mansion/smelter:${{ github.sha }}-amd64 -f build_tools/docker/slim.Dockerfile .
- name: 📤 Upload image
run: docker push ghcr.io/software-mansion/smelter:${{ github.sha }}

docker-amd64-with-web-renderer:
runs-on: macos-14
docker-with-web-renderer-amd64:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout repo
uses: actions/checkout@v4
Expand All @@ -157,7 +157,7 @@ jobs:
- name: 🔨 Build Smelter with Web Renderer image
run: |
docker buildx build --platform linux/amd64 -t ghcr.io/software-mansion/smelter:${{ github.sha }}-web-renderer -f build_tools/docker/full.Dockerfile .
docker buildx build --platform linux/amd64 -t ghcr.io/software-mansion/smelter:${{ github.sha }}-web-renderer-amd64 -f build_tools/docker/full.Dockerfile .
- name: 📤 Upload image
run: docker push ghcr.io/software-mansion/smelter:${{ github.sha }}-web-renderer
Expand All @@ -180,7 +180,7 @@ jobs:
- name: 📤 Upload image
run: docker push ghcr.io/software-mansion/smelter:${{ github.sha }}

docker-arm64-with-web-renderer:
docker-with-web-renderer-arm64:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout repo
Expand Down

0 comments on commit a4cde81

Please sign in to comment.