Skip to content

Commit b723798

Browse files
Release v0.16.4: CI: updated readimc, new cellpose container with cellposeSAM, updated docker build with ubuntu-latest and xpra containers
1 parent 812009a commit b723798

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
pypi:
4848
needs: test
4949
if: startsWith(github.ref, 'refs/tags')
50-
runs-on: ubuntu-latest-m
50+
runs-on: ubuntu-latest
5151
steps:
5252

5353
- name: Checkout repository
@@ -146,7 +146,7 @@ jobs:
146146
type=semver,pattern={{major}}.{{minor}}.{{patch}}
147147
148148
- name: Build and publish steinbock-gpu container
149-
uses: docker/build-push-action@v3
149+
uses: docker/build-push-action@v6
150150
with:
151151
context: .
152152
push: true
@@ -174,11 +174,12 @@ jobs:
174174
type=semver,pattern={{major}}.{{minor}}.{{patch}}
175175
176176
- name: Build and publish steinbock-cellpose container
177-
uses: docker/build-push-action@v3
177+
uses: docker/build-push-action@v6
178178
with:
179179
context: .
180180
push: true
181181
target: steinbock-cellpose
182+
platforms: linux/amd64,linux/arm64
182183
build-args: |
183184
STEINBOCK_TARGET=steinbock-cellpose
184185
STEINBOCK_VERSION=${{ steps.steinbock_meta.outputs.version }}

0 commit comments

Comments
 (0)