wearefuturegov / outpost-api-service

Outpost's public API component
https://outpost-api-service.herokuapp.com/api/v1/services
MIT License
3 stars 2 forks source link

Remove docker architectures #49

Closed apricot13 closed 2 months ago

apricot13 commented 2 months ago

All sorts of issues going on with github so removing the explicitly named architectures

https://github.com/orgs/community/discussions/45969 https://github.com/docker/buildx/issues/1964#issuecomment-1644634461

docker pull --platform linux/amd64 ghcr.io/wearefuturegov/outpost-api-service:development docker pull --platform linux/arm64 ghcr.io/wearefuturegov/outpost-api-service:development docker pull --platform linux/arm64/v8 ghcr.io/wearefuturegov/outpost-api-service:development

will work now